# macOS
.DS_Store
.AppleDouble
.LSOverride

# Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Python
.venv/
__pycache__/
*.egg-info/
dist/
Pipfile
Pipfile.lock

# Framework install artifacts (created by chief-install.sh in target projects)
# These should not be committed from this meta-repo itself.
.specify/
openspec/
_bmad/
.bmad/
.gsd/

# Runtime artifact — created by chief-install.sh init in any project, including this one
.chief/decision.md

# Agent wiring (created by chief-sync.sh — committed in target projects, not here)
CLAUDE.md
.claude/commands/chief.md
.codex/prompts/chief.md
.github/copilot-instructions.md

# OS
Thumbs.db

.claude