# Python build + caches
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.venv/

# Node
node_modules/
*.tgz
.npm/

# Pipeline debug artefacts. The exporter writes `<name>.debug.png` next to the
# cloud when run with --debug; they are large and reproducible.
*.debug.png

# Secrets. scripts/publish.py reads PYPI_TOKEN and NPM_TOKEN from here; neither
# must ever reach the repository, and neither registry lets a leaked token be
# un-used once a release has gone out under it.
.env
.env.*
!.env.example
.npmrc

# Editor / OS
.DS_Store
Thumbs.db
.idea/
