# Secrets & user config (never commit)
.env
preferences.json
profile.json

# Local databases
*.sqlite

# Generated artifacts
resumes/tailored/
reports/

# Python
__pycache__/
*.pyc
.venv/

# Build artifacts (pyproject / wheel)
dist/
build/
*.egg-info/
jobpilot/bundle/

# Pipeline temp files
/tmp/jobpilot_*.json

# Python virtualenvs
venv/

# Claude Code personal config (local to each user's machine)
# Use .claude/* (not .claude/) so we can un-ignore settings.json
.claude/*
!.claude/settings.json
# NOTE: .claude-plugin/ holds the committed plugin + marketplace manifest — do NOT ignore it.
