# Never committed (§1.2): household data and store files.
cultures/
artifacts/
*.sqlite*
.env
.env.*

# Python
__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store
