# ==========================
# Python
# ==========================
__pycache__/
*.py[cod]
*$py.class

# ==========================
# IDE
# ==========================
.vscode/
.idea/
*.code-workspace

# ==========================
# Operating System
# ==========================
Thumbs.db
desktop.ini
.DS_Store

# ==========================
# Qt Designer backups
# ==========================
*.bak
*.old
*~

# ==========================
# Python test/cache
# ==========================
.pytest_cache/
.coverage
htmlcov/

# ==========================
# Build & packaging
# ==========================
build/
dist/
*.zip