# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtualenvs / packaging
.venv/
venv/
env/
*.egg-info/
dist/
build/

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

# OS junk
.DS_Store
Thumbs.db

# Local-only state (not part of the plugin)
.hermes/
.hermes/**
.autocrs-cache/
.autocrs-cache/**
__pycache__
PUBLISHING_CHECKLIST.md

# Release artifacts (kept out of source)
*.zip
*.tar.gz
*.tgz
*.b64

# Repo metadata
.git/

# Test/scratch folders
.pytest_cache/
.pytest_cache/**
tests/
scripts/
