# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info


.venv
/data
/models

# graphs are high-resolution. use notebooks to generate again
benchmark/results/*.png 
*.db
examples/repo/temp
# notebooks in the root dir
/*.ipynb

/.pytest_cache
/.nox
/.ruff_cache

commit_message.md
.coverage
# local test
.actrc
.github/workflows/*.json 