.env
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
data/sessions/
*.json
!data/.gitkeep
!public/**/*.json
