Apollo-CPU / .gitignore
NatalieElizabeth's picture
gitignore
1183656
raw
history blame contribute delete
572 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
conda-env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Gradio
gradio_cached_examples/
# Audio files (keep checkpoints out of git unless using Git LFS)
*.wav
*.mp3
*.flac
src/_outputs/
# Model checkpoints (use Git LFS for these)
*.pt
*.pth
# checkpoints/
# Environment files
.env
.env.local
# Jupyter
.ipynb_checkpoints/
# Misc
*.log
.cache/