# Dependencies and local environments
node_modules/
.pnpm-store/
.venv/
venv/

# Local credentials and runtime data
.env
.env.*
!.env.example
.impact-blobs/
.impact-recovery/

# Build output and tool caches
dist/
build/
javascript/*.tgz
python/*.whl
python/*.tar.gz
*.egg-info/
*.py[cod]
__pycache__/
*.tsbuildinfo
.cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Test reports and package-manager diagnostics
coverage/
.coverage
.coverage.*
coverage.xml
htmlcov/
npm-debug.log*
pnpm-debug.log*

# Local operating-system metadata
.DS_Store
