# Node / frontend artifacts node_modules/ dist/ .cache/ coverage/ *.tsbuildinfo npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* .eslintcache # Environment files .env .env.*.local .pids # Python artifacts __pycache__/ *.py[cod] *.pyo *.pyd .Python *.cover .coverage* .pytest_cache/ .mypy_cache/ *.py,cover # Virtual environments venv/ .venv/ env/ # IDE / OS .DS_Store .idea/ .vscode/