# Python-specific (exclude from npm publish)
src/
pyproject.toml
dist/
build/
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.eggs/

# Dev/CI
.git/
.github/
.vscode/
.idea/
