__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

# Demo source videos — heavy; commit the generated GIF only
demo/*.mp4
demo/*.mov

# macOS
.DS_Store

# IDE
.idea/
.vscode/

# Tool caches / coverage artifacts
.coverage
.ruff_cache/
.mypy_cache/
.pytest_cache/
.serena/

# Claude Code project config
.claude/

# graphify knowledge graph
graphify-out/
