__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
venv/
env/
.Python
*.pyo

# Hatch
.hatch/

# pytest
.pytest_cache/
.coverage
htmlcov/
*.coveragerc

# mypy
.mypy_cache/
*.pyi

# ruff
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# PyUI build output
dist/
.pyui_cache/

# OS
.DS_Store
Thumbs.db
