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

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/
.claude/
*.swp

# Temporary
*.tmp
*.bak
*~

# Backup files (e.g. power.yaml.orig)
*.orig

# Secrets / local config
.env
.env.local
.env.*.local

# User-authored attributes (ROADMAP ③: ローカル＝自由 / 公開は汎用のみ)
attributes/user/

# Python caches
__pycache__/
*.pyc
*.pyo

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.pyright_cache/

# Tool-generated caches (MCP codegraph server output, etc.)
.codegraph/

# Internal working directory for in-progress subagent tasks (Phase 1+ speech expansion scaffolding)
.worktrees/

# Build artifacts (wheel / sdist output of `python -m build`). git-tagged
# releases go to PyPI; local rebuilds are not committed.
/dist/

# Local wiki preview output generated by scripts/yaml_to_wiki.py.
/wiki_build/

# Internal critic's review (Hermes subagent debate log); not for public docs.
/docs/CRITIQUE_OF_GROK_PLAN.md

# Fable Audit Bridge artifacts (Libra + Yuna sessions)
.fable-out/

# Fable Audit Bridge audits
.ai/
