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

# Build artifacts
build/
dist/
*.spec

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
