Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| egg-info/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sbin/ | |
| share/ | |
| venv/ | |
| .venv/ | |
| *.egg | |
| .coverage | |
| .tox/ | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # React / Node.js | |
| node_modules/ | |
| dist/ | |
| build/ | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .pnpm-debug.log* | |
| .parcel-cache/ | |
| .vite/ | |
| # macOS | |
| .DS_Store | |
| .Trashes | |
| ._* | |
| # Windows | |
| Thumbs.db | |
| ehthumbs.db | |
| Desktop.ini | |
| # IDEs | |
| .idea/ | |
| .vscode/ | |
| *.iml | |
| # Database | |
| #*.db | |
| reports/* | |