DISCO-v0.1 / .gitignore
younissk's picture
Upload folder using huggingface_hub
9894d76 verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Project-specific: Generated models and results
models/
results/
*.joblib
*.pkl
*.h5
*.ckpt
*.pt
*.pth
# Data files (uncomment if you don't want to track images)
# data/imgs/
# data/test/
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
# Coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
# Environment variables
.env.local
.env.*.local
# UV
.uv/
data/imgs