# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.*cache/

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

# Tests and coverage
/data/
/node_modules/
/.coverage*
/coverage.xml

# docs
/docs/generated/
/docs/_build/
/docs/jupyter_execute/
# autosummary output, generated by the `:toctree: reference/` directives in docs/api
/docs/api/reference/

# IDEs
/.idea/
