| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.so | |
| .venv/ | |
| venv/ | |
| env/ | |
| ENV/ | |
| .env | |
| *.pyc | |
| # Node / Next.js | |
| node_modules/ | |
| .next/ | |
| out/ | |
| .turbo/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| package-lock.json | |
| yarn.lock | |
| # Environment files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Dataset / large files | |
| dataset/raw/ | |
| dataset/*.bin | |
| dataset/*.npy | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| logs/ | |
| *.log | |
| # Coverage | |
| htmlcov/ | |
| .coverage | |
| .pytest_cache/ | |
| # TigerGraph / graph cache | |
| *.gsql.bak | |
| # Next env type file (auto-generated) | |
| next-env.d.ts | |