# Internal specs — not for public repo
rfc-rpr-001-check-contract-v1.md
blackforge-architecture.md

# Private / proprietary — lives in reaper-private repo
reaper/pipeline/
catalogue/
reaper-wiki/

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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Database
data/

# Pipeline state
.pipeline/

# Next.js / Node
.next/
node_modules/
frontend/.next/
frontend/node_modules/

# Environment
.conda-env

# Deprecated files
old-CLAUDE.md

# OS
.DS_Store
