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

# Local stores (never commit live memory)
*.mneme-store/
.mneme/
.praxis/
local-memory/

# Secrets + per-machine claude config (never commit API keys / tokens)
.claude/secrets.env
.claude/*.local.*

# mkdocs-material build output (ADR-0025 docs site; regenerable via `mkdocs build`)
site/

# Generated experiment outputs (reproducible via harness.py / LOCAL_RUN.md)
experiments/ui-mutation/results.json
experiments/ui-mutation/results.md
experiments/ui-mutation/seed_*.knowledge.yaml
experiments/ui-mutation/recorded_*.py
