﻿# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/

# Environment
.env
.env.*
*.env

# PRIVATE — domain-specific config NEVER committed
triad/config/domain/
config/domain/

# IDE
.vscode/
.idea/

# OS
.DS_Store
debug-dump/
debug-bundle.txt

# Pipeline output
crtx-output/
triad-output/

# Pro / SaaS — not part of open-source release
api/
supabase/
package-lock.json
crtx-output/
triad-output/
