Rhodham96's picture
First commit
ab58b14
raw
history blame contribute delete
877 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# Pyre type checker
.pyre/
# VS Code
.vscode/
# System files
.DS_Store
Thumbs.db
# Hugging Face cache
hf_cache/
# Docker
*.log
# Gradio temp
*.gradio
# Model checkpoints
*.pth
*.pt
# Environment files
.env
.env.*
# Ignore data
*.arrow
*.lock
# Ignore images and plots
*.png
*.jpg
*.jpeg
*.bmp
*.gif
# Ignore other temp files
*.tmp
*.temp
# Ignore README artifacts
*.md~