Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .eggs/ | |
| *.egg | |
| pip-wheel-metadata/ | |
| *.whl | |
| # Installer logs | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Environments | |
| .env | |
| .venv | |
| .env/ | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # PyInstaller | |
| *.manifest | |
| *.spec | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # pyre | |
| .pyre/ | |
| # Pyright | |
| pyrightconfig.json | |
| # PyCharm | |
| .idea/ | |
| # VS Code | |
| .vscode/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Local .env files | |
| .env.local | |
| .env.*.local | |
| # macOS | |
| .DS_Store | |