.venv*
__pycache__/
*.pyc
*.pyo
*.pyd
.build/
dist/
.eggs/
*.egg-info/
.cache/
.pytest_cache/
.mypy_cache/
.git/

# Large media/test assets (exclude from build context)
tests/resources/**
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.mp4
*.avi
*.mov
*.mkv

# ML model/artifacts (if any)
*.onnx
*.tflite
*.h5
*.pth
*.pt

# Temporary/outputs
scripts/tmp/**
outputs/**
artifacts/**
