__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.env
.pytest_cache/
.ruff_cache/
.DS_Store

# Skill build artifacts (attached to GitHub Releases, not committed)
skill/*.zip
skill/**/wheels/
