# Environment variables (secrets)
.env

# 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
venv/
ENV/
env/
.venv

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

# Logs - keep directory structure, ignore contents
*.log
logs/*
!logs/.gitkeep

# Data and temp files - keep directory structure, ignore contents
data/*
!data/.gitkeep
temp/
*.tmp

# Database
*.db
*.sqlite3

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Celery
celerybeat-schedule
celerybeat.pid

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints

# Model weights (YOLO, MediaPipe, etc.)
*.pt
*.pth
*.onnx
*.pb
*.weights
*.caffemodel
*.tflite

# Test data - exclude videos, keep configs/results
test_data/*.mp4
test_data/*.mov
test_data/*.avi
test_data/*.mkv

# Local-only artifacts
wired.mp4
terraform/tfplan
.claude/
.playwright-mcp/
