| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | |
| # Input/Output files | |
| data/ | |
| # Python bytecode | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.swp | |
| # Jupyter Notebook Checkpoints | |
| .ipynb_checkpoints/ | |
| # Virtual environment | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # Distribution / packaging | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.tar.gz | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| # MacOS | |
| .DS_Store | |
| # Windows | |
| Thumbs.db | |
| # Python Logs | |
| *.log | |
| *.log.* | |
| # Pytest | |
| .cache/ | |
| # Other | |
| *.bak | |
| *.tmp | |
| *.swp | |
| # dependencies | |
| /node_modules | |
| /.pnp | |
| .pnp.js | |
| .yarn/install-state.gz | |
| # testing | |
| /coverage | |
| # next.js | |
| /.next/ | |
| /out/ | |
| # production | |
| /build | |
| # misc | |
| .DS_Store | |
| *.pem | |
| # debug | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # local env files | |
| # .env*.local | |
| # .env.prod | |
| # vercel | |
| .vercel | |
| # typescript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| .env | |