Spaces:
Runtime error
Runtime error
| # Python general | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| *.pyd | |
| .DS_Store | |
| # Virtual environments | |
| .venv/ | |
| # Byte-compiled / optimized / DLL files | |
| *.pyc | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| .eggs/ | |
| .eggs-info/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # PyInstaller | |
| # Usually these files are written by a python script from a template | |
| # before PyInstaller builds the exe, so as to inject date/other infos into it. | |
| *.manifest | |
| *.spec | |
| # Installer logs | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # IPython | |
| profile_default/ | |
| ipython_config.py | |
| # pyenv | |
| .python-version | |
| # celery beat schedule file | |
| celerybeat-schedule | |
| # dotenv | |
| .env | |
| .env.* | |
| !.env.example | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| compiled/ | |
| # Pyre type checker | |
| .pyre/ | |
| # pyright type checker | |
| pyrightconfig.json | |
| # pytype | |
| .pytype/ | |
| # Cython debug symbols | |
| cython_debug/ | |
| # Reports | |
| outputs/ | |
| *.xlsx | |
| # Cursor | |
| .cursor/ | |