# Virtual Environment vreyesam_env/ venv/ env/ ENV/ # Python cache and compiled files __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 # Model checkpoints and weights - CRITICAL: Never commit segment-anything-2/checkpoints/**/*.torch segment-anything-2/checkpoints/**/*.pth segment-anything-2/checkpoints/**/*.pt segment-anything-2/checkpoints/**/*.ckpt segment-anything-2/checkpoints/**/*.bin *.torch *.pth *.pt *.ckpt *.bin # Sensitive data .env .env.local .env.*.local secrets/ credentials/ config.secret.yaml # Data directories - never upload training data VRBiomSegM/ data/private/ datasets/private/ # Output files *.jpg *.png *.jpeg loss_plots/ predictions/ results/ output/ # Jupyter Notebook .ipynb_checkpoints/ *.ipynb # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db