# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/

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

# ---- uv ----
# Note: uv.lock IS committed for reproducible installs.
.uv/

# ---- Testing / coverage ----
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache/
.mypy_cache/
.ruff_cache/

# ---- Generated memory databases ----
*.db
*.db-journal
*.sqlite
*.sqlite3

# ---- Media / test fixtures (large binaries) ----
test-vid/
*.mp4
*.mov
*.avi
*.mkv
*.webm
*.wav
*.mp3
*.flac

# ---- ML model weights / caches ----
*.pth
*.pt
*.onnx
*.safetensors
.roboflow/
.cache/huggingface/

# ---- OS / editor ----
.DS_Store
Thumbs.db
*.swp
*~
.idea/
.vscode/

# ---- Temp ----
*.tmp
*.log

# ---- Design spec (internal) ----
video_memory_layer_system_design.md

# ---- Blog draft (internal) ----
BLOG.md

# ---- Benchmark / internal tooling ----
benchmark_comparison.py
