Spaces:
Sleeping
Sleeping
| # Environment variables | |
| .env | |
| .env.* | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| .venv/ | |
| .venv*/ | |
| # Byte-compiled files | |
| __pycache__/ | |
| *.py[cod] | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Logs and databases | |
| *.log | |
| *.sqlite3 | |
| *.db | |
| # IDE-specific files | |
| .vscode/ | |
| .idea/ | |
| *.iml | |
| # OS-specific files | |
| .DS_Store | |
| Thumbs.db | |
| desktop.ini | |
| # Test coverage | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| .pytest_cache/ | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| .hypothesis/ | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # Local configuration files | |
| *.local | |
| # History | |
| .history |