# 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

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

# Environment files
.env
.env.local
.env.*.local

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
!README.md
docs/

# Test files
test_videos/
tests/
*.test.py
pytest.ini
.pytest_cache/

# Logs and temporary files
logs/*.log
*.log
tmp/*
!tmp/.gitkeep
data/jobs/*.json

# Generated reports
*.html
!templates/*.html

# Docker
.dockerignore
Dockerfile
docker-compose*.yml

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# Claude AI
.claude/

# Large files
*.mp4
*.mov
*.avi
*.mkv
*.webm
