# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Local scratch data generated while testing the tools
*.csv
!tests/**/*.csv
deployment_manifest*.json

# graphify: machine-specific bookkeeping and re-buildable cache, not
# durable artifacts -- graph.json/GRAPH_REPORT.md/graph.html/manifest.json
# and .graphify_labels.json ARE committed (see AGENTS.md or ask before
# re-running with --update).
graphify-out/.graphify_python
graphify-out/.graphify_root
graphify-out/cost.json
graphify-out/cache/
