# Node / TypeScript
node_modules/
dist/
build/
*.tsbuildinfo
.pnpm-store/

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

# Env / secrets
.env
.env.*
!.env.example

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

# Coverage
coverage/
htmlcov/
.coverage
