microlive 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,87 @@
1
+ # === OS Files ===
2
+ .DS_Store
3
+ *~
4
+ ~$*
5
+
6
+ # === Python ===
7
+ __pycache__/
8
+ *.py[cod]
9
+ *$py.class
10
+ *.egg-info/
11
+ *.egg
12
+ .eggs/
13
+ *.pth
14
+
15
+ # === Build / Distribution ===
16
+ dist/
17
+ build/
18
+ *.whl
19
+
20
+ # === Development ===
21
+ .vscode/
22
+ .idea/
23
+ *.log
24
+ .backup_before_pip_packaging/
25
+ .gemini/
26
+ scripts/
27
+ modeling/TASEP/test_*.py
28
+ *_executed.ipynb
29
+
30
+ # === Jupyter Notebooks ===
31
+ .ipynb_checkpoints/
32
+
33
+ # === Local Config ===
34
+ config.yml
35
+ config/
36
+ **/[C]onfig*
37
+
38
+ # === Output / Results ===
39
+ Output/
40
+ temp/
41
+ temp_*
42
+ results*/
43
+ analyses/
44
+ analyses_*
45
+ filtered_images_*/
46
+ test_simulation/
47
+ out.txt
48
+ output.txt
49
+ output__*
50
+ slurm-*
51
+ out-*
52
+
53
+ # === Generated Files ===
54
+ dataframe.csv
55
+ *.csv
56
+ df*
57
+ Figure_Distributions_*
58
+ *particle*.png
59
+ masks_*
60
+ mask_*
61
+ kk*
62
+
63
+ # === Large Data Files ===
64
+ *.tif
65
+ *.lif
66
+ *.jpg
67
+ *.pdf
68
+ *.pptx
69
+ *.ppt
70
+ *.dna
71
+ *.cds.all.fa
72
+
73
+ # === Project-Specific Excludes ===
74
+ dataBases/
75
+ database*
76
+ OneDrive*/
77
+ spatio_temporal_models/
78
+ gene_sequences/
79
+ human_genome/
80
+ circular_RNA/
81
+ dev/
82
+ revision/
83
+ revision_data/
84
+ writing/
85
+ docs/paper_microlive_12112025/
86
+ merged
87
+ tests/