# Temp files
.DS_Store
*~
buck-out/
.DS_Store
.remote-sync.json

# Compiled files
.venv/
__pycache__/
.*cache/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Tests and coverage
/data/
/node_modules/

# Notebooks
docs/notebooks/data/
site/notebooks/data/
*.ipynb_checkpoints/

# Rendered documentation
docs/
