# Python
__pycache__/
*.py[cod]
.venv/
venv/

# Environments & IDEs
.env
.vscode/
.idea/
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db
