# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
*.egg-info/
dist/
build/
.eggs/

# uv
.uv/

# Environment files
.env
!.env.example

# MCP config (local paths)
.mcp.json
*.env

# LangSight local data
.langsight/
*.langsight.yaml
!.langsight.yaml.example

# Claude Code — skill content (re-fetchable from skills-lock.json)
.claude/skills/

# IDE
.vscode/
.cursor/
.idea/
*.swp
*.swo

# Next.js / TypeScript build artifacts
.next/
*.tsbuildinfo

# Node.js
node_modules/
package-lock.json

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Logs
*.log
logs/

# Secrets
*.pem
*.key
credentials.json
dashboard/test-results/
dashboard/playwright-report/
assets/package.json

# Audit / working documents (not product docs)
AUDIT_*.md
PRINCIPAL_ENGINEER_AUDIT.md
ROADMAP_AND_SMB_ADOPTION.md
V03_SPRINT_PLAN.md
