# compiled files
__pycache__/
*.py[cod]
*$py.class

# sphinx files
*.buildinfo
*.doctree
*.pickle
*.rst
conf.py

# vscode
settings.json

# Jupyter Notebook
.ipynb_checkpoints

# macOS
.DS_Store
