# Node
node_modules/
dist/
*.tsbuildinfo
.npm/
npm-debug.log*

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

# Packaging artifacts (we build but do not publish)
*.tgz
*.whl
*.tar.gz

# Docs build
docs/.vitepress/dist/
docs/.astro/
site/

# OS / editor
.DS_Store
.idea/
.vscode/
