snowleopard-reid / .gitignore
achouffe's picture
feat: initial gradio app
7870cc2 verified
Raw
History Blame Contribute Delete
603 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/
venv/
ENV/
env/
# uv
uv.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Models (downloaded at runtime)
data/models/
# Extracted data (regenerated from archives on first run)
data/catalog/
cached_results/
# Keep archives tracked (these are the source of truth)
!data/catalog.tar.gz
!data/cache.tar.gz
# Temp files
*.tmp
*.temp
.DS_Store
Thumbs.db
# Jupyter
.ipynb_checkpoints/
# Logs
*.log