# Environment
.env
.env.*
!.env.example

# local configuration (copy of ragfabric.example.yaml)
ragfabric.yaml

# OS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
*.egg-info/

# Local data / databases
*.db
backend/data/uploads/

# Node / Angular
node_modules/
dist/
.angular/
npm-debug.log*

# Editors
.idea/
.vscode/

# Frontend test artifacts
coverage/
out-tsc/

# Local planning notes and scratch (never committed)
MEMORY*.md
*.local.md
.notes/
.scratch/

# Secrets and keys (belt and braces; .env already excluded above)
*.pem
*.key
*.p12
secrets/
