__pycache__/
*.pyc
.raggity/
/raggity.toml
.pytest_cache/
*.egg-info/
dist/
build/
.venv/

# stray test logs
test_output.txt

# Internal notes and drafts — this is a PUBLIC repo, and these were purged
# from history once already. Ignored so they cannot drift back in.
LAUNCH.md
docs/internal/
docs/superpowers/
.superpowers/

# MkDocs generated site
site/

# PyInstaller build spike (uncommitted)
/build-spike/
