# NodeJS
**/node_modules
**/tsconfig.tsbuildinfo

# Python
**/.venv
**/.ruff_cache/
**/.mypy_cache/
**/__pycache__/
**/.pytest_cache/
**/build/
**/dist/
