Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules/ | |
| /dist | |
| /build | |
| # Python | |
| venv/ | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env/ | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| .tox/ | |
| .coverage | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Environments | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| *.env | |
| # SQLite | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # IDEs and OS | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| Thumbs.db | |