.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
dist/
build/
*.egg-info/
.DS_Store
.coverage
htmlcov/
# pytest-testmon per-developer test-impact cache
.testmondata
.testmondata-journal
.testmondata-shm
.testmondata-wal
.vscode/
.idea/
tests/fixtures/.cache/
# Index data is never committed (lives in user's Library on macOS)
index/
# Per-user Claude Code config / scheduled-task state
.claude/
# Per-user operational notes (release runbooks, account setup) and
# all developer-only tooling. Lives in a separate private repo at
# dev/. Not part of the public repo.
private_dev_docs/
dev/
