# Python
__pycache__
*.pyc
*.pyo
.env
.venv
*.egg-info

# IDE
.idea
.vscode

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore
