File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # IDE / editors
12.idea /
2- .venv /
3- .pytest_cache /
4- /build /
5- /dist /
6- /.DS_Store
7- /private /
8- /.vscode /
3+ .vscode /
4+ * .swp
5+ * .swo
6+ * ~
7+
8+ # OS
9+ .DS_Store
10+ Thumbs.db
11+
12+ # Python
913* .pyc
1014* .pyo
1115* .pyd
1216__pycache__ /
1317* .egg-info /
18+ * .egg
19+ build /
20+ dist /
21+ * .whl
22+ .eggs /
23+
24+ # Virtual environments
25+ .venv /
26+ venv /
27+ env /
28+
29+ # Testing / coverage
30+ .pytest_cache /
31+ .coverage
32+ htmlcov /
33+ .tox /
34+ .nox /
35+
36+ # Logs
1437* .log
15- * .DS_Store
16- sarcasm /.DS_Store
17- scripts /.DS_Store
38+
39+ # Jupyter
40+ .ipynb_checkpoints /
41+ dev.ipynb
42+
43+ # Project-specific
44+ /private /
1845uv.lock
19- dev.ipynb
46+
47+ # Test data analysis outputs (generated by running the pipeline on test inputs)
48+ test_data /_ *
49+ test_data /** /zbands.tif
50+ test_data /** /mbands.tif
51+ test_data /** /orientation.tif
52+ test_data /** /cell_mask.tif
53+ test_data /** /sarcomere_mask.tif
54+ test_data /** /flow.tif
55+ test_data /** /data /
56+ test_data /** /analysis /
You can’t perform that action at this time.
0 commit comments