# Stuff
play/
repos/

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

# Hidden
.DS_Store
.remote-sync.json

# 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

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
