Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| pip-wheel-metadata/ | |
| 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 | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Virtual environments | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # IDEs and editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Logs | |
| *.log | |
| logs/ | |
| # Machine Learning specific | |
| # Large model files (uncomment if you want to exclude them) | |
| # *.pth | |
| # *.pt | |
| # *.pkl | |
| # *.h5 | |
| # *.onnx | |
| # Data files (uncomment if you want to exclude large datasets) | |
| # data/raw/ | |
| # data/processed/ | |
| # *.csv | |
| # *.parquet | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| temp/ | |
| tmp/ | |
| # OS specific | |
| # Windows | |
| Thumbs.db | |
| Thumbs.db:encryptable | |
| ehthumbs.db | |
| ehthumbs_vista.db | |
| *.stackdump | |
| [Dd]esktop.ini | |
| $RECYCLE.BIN/ | |
| *.cab | |
| *.msi | |
| *.msix | |
| *.msm | |
| *.msp | |
| *.lnk | |
| # macOS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon | |
| ._* | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .Spotlight-V100 | |
| .TemporaryItems | |
| .Trashes | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| .AppleDB | |
| .AppleDesktop | |
| # Linux | |
| *~ | |
| .fuse_hidden* | |
| .directory | |
| .Trash-* | |
| .nfs* | |
| # FastAPI specific | |
| .pytest_cache/ | |
| *.pyc | |
| # Docker | |
| .dockerignore | |
| # Uploaded files and temporary images | |
| uploads/ | |
| temp_images/ | |
| *.jpg.tmp | |
| *.png.tmp | |
| *.jpeg.tmp | |
| # Model checkpoints and training artifacts | |
| checkpoints/ | |
| runs/ | |
| wandb/ | |
| tensorboard_logs/ | |
| # Output files that change frequently | |
| outputs/temp/ | |
| outputs/cache/ | |
| # IDE specific files | |
| .vscode/settings.json | |
| .idea/workspace.xml | |
| .idea/tasks.xml | |
| # Hugging Face Spaces specific | |
| .gradio/ | |
| flagged/ | |
| *.db |