# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ *.egg dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Pytest / coverage .pytest_cache/ .coverage htmlcov/ # Jupyter .ipynb_checkpoints/ # Claude Code .claude/ # Model weights (>50MB each, download separately) in/weights/ # Test outputs test_seg_output/ # Archives *.zip # Byte-compiled / cached *.pyc