# Graphite artifacts (this tool graphs itself via the supervising daemon).
# No developer-machine paths here: hatchling ships .gitignore inside the sdist,
# so anything written in this file is published.
graph-out/
**/.cache/graphite/
**/.graphite/
.graphite-daemon/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
dist/
.venv/
.worktrees/

# Subagent-driven-development scratch (ledgers, briefs, review packages)
.superpowers/
.aramid/
.graphite*
.cache/

.githooks/

# Coverage data, written by `pytest --cov`. The report is a measurement, not an
# artifact: regenerate it rather than committing a snapshot that goes stale.
.coverage
coverage.xml
htmlcov/
