# Keep the build context small + reproducible.
.git
.github
.venv
*.egg-info
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.ruff_cache
.coverage
.mypy_cache
build
dist
sdist
docs/design
tests
*.db
*.sqlite
*.sqlite3
.env
.env.*
node_modules
