__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
*.egg
.venv/
venv/

# Test fixtures - node_modules installed by npm
tests/fixtures/node_modules/
tests/fixtures/package-lock.json
