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

# Secrets — NEVER commit
.env
config.json

# Runtime state — personal data
state/*.json
output/
!output/.gitkeep
scan.log
*.log

# Personal resume — add your own, never commit
resume/*.md
!resume/YOUR_RESUME.md

# macOS
.DS_Store

# IDE
.idea/
.vscode/

# Claude Code project config
.claude/

# graphify knowledge graph
graphify-out/
