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

# Repoflow output (generated, not source). Anchored to repo root so package
# data under src/repoflow/ (sample.json, templates/graph.html) is never ignored.
/repoflow.json
/repoflow.html
/repoflow-demo.html

# OS / editor
.DS_Store
.idea/
.vscode/
