# 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 venv/ env/ ENV/ .venv # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Flask instance/ .webassets-cache *.db *.sqlite *.sqlite3 # Environment variables .env .env.local .env.*.local # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp *.bak *.cache # Model files (will be downloaded from Hugging Face Hub) models/ *.pth *.pt *.ckpt *.h5 *.pb *.onnx # Dataset files (will be downloaded from Hugging Face Hub) datasets/ *.sto *.pickle *.pkl # Uploaded files uploads/ static/uploads/ # Large data files *.zip *.tar *.tar.gz *.rar # Jupyter Notebook .ipynb_checkpoints # pytest .pytest_cache/ .coverage htmlcov/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Hugging Face cache .cache/ huggingface/ # OS files Thumbs.db .DS_Store .AppleDouble .LSOverride # Hidden SEO keywords file (should not be visible) .keywords # Deployment and utility scripts (may contain sensitive info) safe_push.sh safepush.sh push_to_hf_after_rate_limit.sh static/hp.gif static/whiteboardi.png