Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env.bak/ | |
| venv.bak/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| # Build/distribution directories | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .eggs/ | |
| eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| # C extensions | |
| *.so | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| pytest_out* | |
| # Machine Learning / Outputs | |
| outputs/ | |
| colab_outputs/ | |
| wandb/ | |
| checkpoints/ | |
| *.pt | |
| *.pth | |
| *.safetensors | |
| *.ckpt | |
| # IDEs and Editors | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .spyderproject | |
| .spyproject | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| #docs | |
| docs |