| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .pnpm-debug.log* | |
| dist/ | |
| build/ | |
| .npm | |
| .node_repl_history | |
| *.tsbuildinfo | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv/ | |
| .env.local | |
| pip-wheel-metadata/ | |
| *.egg-info/ | |
| .eggs/ | |
| dist/ | |
| build/ | |
| *.egg | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| htmlcov/ | |
| .coverage | |
| .coverage.* | |
| coverage.xml | |
| *.cover | |
| .hypothesis/ | |
| # Secrets & environment | |
| .env | |
| .env.* | |
| !.env.example | |
| *.pem | |
| *.key | |
| *.p12 | |
| *.pfx | |
| secrets/ | |
| credentials/ | |
| # Docker | |
| .docker/ | |
| # Runtime data / job outputs | |
| runs/ | |
| *.zip | |
| *.tar.gz | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V5 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| desktop.ini | |
| # Editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .project | |
| .classpath | |
| .settings/ | |
| # Logs | |
| logs/ | |
| *.log | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| .tmp/ | |