# Tripwires repeated locally so this package stays safe if ever split
# out of the monorepo. Real config must never exist here, even ignored.
.env
.env.*
!.env.example
entities.yaml
tokens.sqlite
CLAUDE.local.md

__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
dist/
build/
*.egg-info/
.DS_Store
