__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
# Private shared bootstrap configuration (dev and production stacks).
/config.toml
/turnstone/deploy/config.toml
/.turnstone-bootstrap.*/
/turnstone/deploy/.turnstone-bootstrap.*/
# Local compose overrides (e.g. run.sh's saved choices, bootstrap output)
compose.override.yaml
compose.override.yml
docker-compose.override.yaml
docker-compose.override.yml
*.so
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.db
*.db-shm
*.db-wal
.plan.md
.plan-*.md
.hypothesis/
PROGRESS.md
.coverage
tools/skill_audit_analysis/data/
tools/skill_audit_analysis/output/
design_ideas/
.claude/
docs/design/
/.idea
