Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Virtual environments | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # PyInstaller | |
| *.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 | |
| # Environments | |
| .env | |
| .env.local | |
| .env.development | |
| .env.test | |
| .env.production | |
| # Flask | |
| instance/ | |
| .webassets-cache | |
| # Scrapy | |
| .scrapy | |
| # Sphinx documentation | |
| docs/_build/ | |
| # PyBuilder | |
| target/ | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre type checker | |
| .pyre/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| logs/ | |
| # Model files (if you want to exclude them) | |
| # *.pkl | |
| # *.joblib | |
| # *.h5 | |
| # *.model | |
| # Data files (if you want to exclude them) | |
| # *.csv | |
| # *.json | |
| # *.xlsx | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| *.bak | |
| *.swp | |
| *~.nib | |
| # Docker | |
| .dockerignore | |
| # Git | |
| .git/ | |
| .gitattributes | |
| # Backup files | |
| *.backup | |
| *.old | |