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

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
coverage/
.c8_output/
docs/.vitepress/cache/
docs/.vitepress/dist/

# Go
coverage.out
sdk-go/coverage
*.test

# Local tools and generated binaries
.tools/
.mintlify/

# Editors and OS files
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
