Video-localizer / .gitignore
sammoftah's picture
Deploy Global Video Localizer
1fe9360 verified
raw
history blame contribute delete
530 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Build
dist/
build/
*.egg-info/
# Gradio
.gradio/
flagged/
# Environment variables
.env.local
.env.*.local
# Video processing temp files
*.tmp
temp/
tmp/
*.mp4.tmp
*.mp3.tmp
# Large media files (don't commit sample videos)
sample_videos/
output_videos/
outputs/