# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env

# PyInstaller
*.spec

# pytest
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# UXP
bridge/uxp-plugin/node_modules/
