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

# Node
node_modules/
js/dist/
*.tsbuildinfo
.npm/

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

# Local
.env
.env.local

# Scratch files
js/dbg*.mjs
js/e2e-check.mjs
