MogensR's picture
Update .gitignore
ee2e0b8
raw
history blame
1.22 kB
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Video Background Replacement specific files
# Model cache and downloads
/tmp/model_cache/
model_cache/
*.pt
*.pth
*.ckpt
*.safetensors
# Large video files (use git-lfs if needed)
*.mp4
*.avi
*.mov
*.mkv
*.webm
*.flv
# Large image files
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.tiff
# Processing temporary files
/tmp/
temp/
processing_*
output_*
greenscreen_*
final_*
# Hugging Face cache
.cache/
huggingface/
# Application specific
gradio_cached_examples/
flagged/
app.log
processing.log
error.log
# Configuration with secrets
config_local.py
.secrets
.env.local