# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# Editors / OS
.DS_Store
.vscode/
.idea/

# Local-only stuff
*.swp
*.bak
