# 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/
