# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/
*.egg
.env
venv/
.venv/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
