# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.eggs/

# Env
.env
*.env

# Data / runtime
chroma_db/
*.db
*.sqlite
uploads/
logs/
*.log
tmp/
test-results/

# Large data (keep schema, not runtime data)
enhanced_synthetic_dataset/pdf/
enhanced_synthetic_dataset/images/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
*.Zone.Identifier

# Frontend build artifacts
frontend/node_modules/
frontend/dist/

# Secrets
secrets.md
*.pem
*.key

# pycache symlinks
*/__pycache__
src/**/__pycache__

# Windows artifacts
*:Zone.Identifier

# Week 0 working notes (not committed)
STATUS.md

# Writing drafts — local only (publish 2027)
drafts/
