# Things the container does not need (and which would bloat the image / leak
# secrets). The actual data files live on the Fly volume, not in the image.
.git
.venv
.env
.env.*
*.pyc
__pycache__
.pytest_cache
.mypy_cache
.ruff_cache
node_modules
data/
evals/snapshots/
tests/cassettes/
tests/ee_fixtures/cache/
scripts/cache/
*.gpkg
*.parquet
*.tif
*.tiff
*.zip
