# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# RiskForge project files (sensitive — never commit)
.riskforge/
riskforge.yaml
systems/
*.riskforge

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Secrets
.env
*.pem
*.key

# Personal AI assistant instructions (never commit)
CLAUDE.md
.claude/

# --- Internal product-building docs (rule 1 of vibe-skills non-negotiables) ---
# These artifacts support development; they are not for public distribution.
PRD-*.md
HLD-*.md
LLD-*.md
*-spec.md
*-spec.draft.md
roadmap*.md
docs/plans/
docs/internal/
docs/superpowers/plans/
docs/superpowers/specs/
implementation-plan.md
docs/implementation-plan.md
internal-*.md
*-internal.md
