-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
71 lines (58 loc) · 950 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Logging
*.log
resistanceBVs_*.txt
simulation_data_*.txt
out*/
# logging original
resistanceBVs*.txt
resistanceBVs*.csv
lice_counts*.txt
# outputs
*.bin
*.pickle.*
# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
# Typechecking
/.pytype
# Profiling
*.prof
*.pclprof
# Original .gitignore
Figures/
reading/
Stakeholder engagement/
Thumbs.db
model/__pycache__/tstF_xp500.cpython-36.pyc
model/bigdfVlldf.py
model/cage1.txt
model/cage2.txt
model/dw_se_mr.py
model/Fyne_connectivity.py
model/lice.txt
model/lice_dw.py
model/offspring.txt
model/plankt_cage1.txt
model/plankt_cage2.txt
model/prop_arriveLinnhe.txt
model/slm_es.sh
model/slm2.py
model/ws_mlicecounts.py
communication/
# Ignore IDE-specific folders
.vscode-workspace/
.idea/
venv/
# Mac specific annoyances
.DS_Store
# Sphinx artifacts
docs/build/
# Jupyter cache
.ipynb_checkpoints
slim.egg-info/