# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env

# OS / editor
.DS_Store
*.swp
*~
.idea/
*.iml

# Per-install generated (a consuming repo renders these from the templates;
# they are NOT part of the kit itself)
.claude/settings.json
.claude/settings.local.json
.claude/worktrees/

# Local self-test / scratch output
/tmp_selftest/
*.log

# The ticket-index store is PRIVATE per consuming repo — never commit a real one to the kit.
# Ship tickets/index_data.example.json as the schema reference instead. (selftest §12 guards this.)
tickets/index_data.json

# Python build artifacts (PyPI packaging)
/dist/
/build/
*.egg-info/

# AI friend review artifacts (local review reports + prompts)
.ai-friend-review/
