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 | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.production | |
| .env.development | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Firebase credentials (JSON files) | |
| *-firebase-adminsdk-*.json | |
| bloomware-*.json | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # macOS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Thumbnails | |
| ._* | |
| # Files that might appear in the root of a volume | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .Spotlight-V100 | |
| .TemporaryItems | |
| .Trashes | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| # Directories potentially created on remote AFP share | |
| .AppleDB | |
| .AppleDesktop | |
| Network Trash Folder | |
| Temporary Items | |
| .apdisk | |
| # Windows | |
| Thumbs.db | |
| Thumbs.db:encryptable | |
| ehthumbs.db | |
| ehthumbs_vista.db | |
| *.tmp | |
| *.temp | |
| Desktop.ini | |
| $RECYCLE.BIN/ | |
| *.cab | |
| *.msi | |
| *.msix | |
| *.msm | |
| *.msp | |
| *.lnk | |
| # Logs | |
| logs/ | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # Coverage directory used by tools like istanbul | |
| coverage/ | |
| *.lcov | |
| # nyc test coverage | |
| .nyc_output | |
| # Dependency directories | |
| node_modules/ | |
| # Optional npm cache directory | |
| .npm | |
| # Optional eslint cache | |
| .eslintcache | |
| # Output of 'npm pack' | |
| *.tgz | |
| # Yarn Integrity file | |
| .yarn-integrity | |
| # Temporary folders | |
| tmp/ | |
| temp/ | |
| # Audio/Video processing temporary files | |
| *.wav.tmp | |
| *.mp3.tmp | |
| *.mp4.tmp | |
| # Machine Learning models (commented out - we want to commit all model files) | |
| # *.joblib | |
| # *.pkl | |
| # *.model | |
| # *.pt | |
| # *.h5 | |
| # *.onnx | |
| # *.pth | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pyenv | |
| .python-version | |
| # pipenv | |
| Pipfile.lock | |
| # PEP 582 | |
| __pypackages__/ | |
| # Celery stuff | |
| celerybeat-schedule | |
| celerybeat.pid | |
| # SageMath parsed files | |
| *.sage.py | |
| # Spyder project settings | |
| .spyderproject | |
| .spyproject | |
| # Rope project settings | |
| .ropeproject | |
| # mkdocs documentation | |
| /site | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre type checker | |
| .pyre/ |