# Temp files
.DS_Store
*~
buck-out/

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

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

# Tests and coverage
/data/
/node_modules/
/.coverage*
docs/notebooks/data/

# docs
/docs/generated/
/docs/_build/

# IDEs
/.idea/
