# Python bytecode and caches __pycache__/ *.py[cod] *.so .pytest_cache/ .mypy_cache/ .ruff_cache/ # Virtual environments .venv/ venv/ env/ # Build and packaging build/ dist/ *.egg-info/ # Local runtime data uploads/ logs/ *.log *.tmp *.temp # Local environment files .env .env.* !.env.example # Local databases / coverage *.db *.sqlite3 .coverage .coverage.* htmlcov/ coverage.xml upload_to_huggingface.py # Generated inference artifacts (keep source code, ignore heavy binaries) download_imp/outputs/ download_imp/dicom_inputs/ download_imp/*.pth download_imp/*.pt download_imp/*.pkl download_imp/*.onnx push_to_hf.sh # download_imp/* # Local downloaded artifacts download/ # Local downloaded data data/ datasets/ # Optional local artifact layout notebool/ # Jupyter .ipynb_checkpoints/ # OS / editor files .DS_Store Thumbs.db .vscode/ .idea/ doc_tem/