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

# IDE
.idea/
.vscode/
*.DotSettings.user

# OS
Thumbs.db
.DS_Store
