# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Builds
/dist/
/build/
# mkdocs output
/site/
# local build/dist inspection scratch (hatchling's sdist would otherwise sweep these in)
/scratchpad_*/

# Tooling caches
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
htmlcov/

# Spike outputs / local artifacts
spikes/phase0-results.txt
spikes/phase0_*.txt
spikes/phase0_*.png

# Secrets / local config (never commit)
.env
*.token.json

# Internal planning docs (strategy — not for public release)
docs/plan-100x.md
