.DS_Store
.env
.env.*
!.env.example
!.env.example.selfhost
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
node_modules/
dist/
.vite/
*.tsbuildinfo
coverage/
htmlcov/
.uv-cache/
data/
*.db

# Local/private operator notes are not part of the OSS product.
docs/internal/
