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

# Env
.env

# Node
node_modules/
frontend/dist/

# DB
*.sqlite

# OS
.DS_Store
resume.txt

# Test fixtures — drop PDFs here for local testing, never commit them
features/doc-service/tests/pdfs/*.pdf

# Feature branch test stacks — never commit these
docker-compose.feat-*.yml

# Don't sync .un files
*.un~
dev-watch/**/*.pdf
