# Keep the image small and reproducible. The 11 GB test corpora, the local
# venv, and the vendored Flipper firmware are NOT needed to serve the app.

# Heavy / irrelevant
data/rf_test_datasets/
data/test_db/
data/test_known_devices/
data/test_rtl433_real/
signatures/
venv/
logs/
docs/
tests/
test_files/
scripts/

# Benched Phase 3B CNN binaries (not on the serving path)
models/category_cnn.pt
models/category_cnn.onnx

# VCS / caches / editor
.git/
.gitignore
**/__pycache__/
**/*.pyc
**/*.pyo
.pytest_cache/
.mypy_cache/
*.egg-info/
.DS_Store

# Docs & planning (not needed at runtime)
*.md
CONTEXT.md
FABLE.md
PLAN_TO_PROD.md
