# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local agent/editor tooling — vendored or generated, not project artifacts.
.claude/
.codegraph/
.cursor/
.aider*
.idea/
.vscode/

# Spec Kit workspace — design documents, task lists and the project
# constitution. Kept local on purpose: they are how this repository is
# developed, not something a consumer of the package needs, and they were
# removed from the published history rather than merely untracked.
.specify/
specs/
REFERENCE.md

# Secrets
.env
.env.*

# OS
.DS_Store
Thumbs.db
*.swp

.mcp.json
