Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| .Python | |
| env/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| .env* | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Build outputs | |
| dist/ | |
| build/ | |
| .next/ | |
| out/ | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| test-results/ |