# Temp files
.DS_Store
*~
buck-out/

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

# Jupyter checkpoints
.ipynb_checkpoints/
**/.ipynb_checkpoints/

# Distribution / packaging
/dist/

# Tests and coverage
/data/
/node_modules/

# docs
/docs/generated/
/docs/_build/
.aider*

# tox
.tox/
