*.egg-info/
*.py[cod]
.loci/
.pytest_cache/
.venv/
__pycache__/
build/
dist/
graphify-out/
venv/

# Internal planning docs and agent scaffolding -- kept locally, not published.
# Untracked is not enough: hatchling filters the sdist by .gitignore, so an
# unignored working directory ships to PyPI. .superpowers put 500KB of review
# diffs in the 0.1.0 sdist before this line existed.
ROADMAP.md
docs/
.superpowers/
# The eval harness reads a corpus of 14 real projects, six of them private
# or local-only, and records them by name at file:line. Ignored rather than
# merely untracked because hatchling filters the sdist by this file.
evals/
