__pycache__/
*.pyc
.venv/
.pytest_cache/
.mypy_cache/
dist/
dist-core/
dist-cli/
*.egg-info/

# Object storage contents stay local; keep the layout tracked via .gitkeep
storage/*/*
!storage/*/.gitkeep

.env
