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

# Virtual environments
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.coverage
htmlcov/

# Build artefacts (plugin zip is built into ../)
*.zip

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
