Acfoley / .gitignore
ZJUCQR
Add hf_AC audio generation demo
e2bca25
# 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
MANIFEST
# PyTorch
*.pth
*.pt
*.ckpt
weights/
checkpoints/
# Gradio
gradio_cached_examples/
flagged/
# Temporary files
*.tmp
*.temp
/tmp/
temp/
# Logs
*.log
logs/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Model files (too large for git)
*.safetensors
model.pth
*.bin
# Audio/Video files
*.wav
*.mp3
*.mp4
*.avi
*.mov
# Jupyter
.ipynb_checkpoints/
# Cache
.cache/
*.cache