Spaces:
Sleeping
Sleeping
| venv/ | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| .git/ | |
| .replit | |
| .nix/ | |
| build/ | |
| dist/ | |
| # Legacy MedSAM2 files (replaced by MONAI) | |
| medsam2_pkg/ | |
| models/medsam2_inference.py | |
| models/checkpoint_manager.py | |
| checkpoints/ | |
| *.pth | |
| *.pt | |
| *.ckpt | |
| *.bin | |
| # Large archives | |
| insono_kod.tar.gz | |
| # Compiled binaries | |
| *.so | |
| # User uploads (created at runtime) | |
| uploads/ | |
| # Node/dev files | |
| node_modules/ | |
| client/node_modules/ | |
| client/build/ | |
| *.egg-info/ | |
| replit.nix | |
| *.log | |
| # IDE and OS files | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| *.swp | |
| # Test files | |
| test_ultrasound.png | |