-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (84 loc) · 1.15 KB
/
.gitignore
File metadata and controls
86 lines (84 loc) · 1.15 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*.local.*
*.mod
*.a
*.o
*.so
*.sm
*~*
.metadata
.project
.pydevproject
x64/
Debug/
Debuglib/
Release/
Releaselib/
WinDLL/
*.suo
*.d
*.bat
*.pyc
*.asv
*.u2d
*.user
*.save
*.log
.idea
.DS_Store
*egg*
test*dat
core
build
testfiles
inspectionProfiles
fortran/camb
fortran/DebugMPI
fortran/ReleaseMPI/
Advisor/
Inspector/
.ipynb_checkpoints
camb/HighLExtrapTemplate_lenspotentialCls.dat
testfile*
*.ipynb
!CAMBdemo.ipynb
!ScalEqs.ipynb
*.dll
*.a
*.o
*.png
*.so
*.sm
*~
*.whl
*.pdf
.vs
*.mp4
*.exe
# Ignore all .dat and .ini files except those already tracked in git
*.dat
*.ini
*compatibility.txt
camb_test.py
temp_test.py
*.layout
lensing_cgrads.f90
# Exceptions for tracked .dat files
!camb/PArthENoPE_880.2_marcucci.dat
!camb/PArthENoPE_880.2_standard.dat
!camb/PRIMAT_Yp_DH_Error.dat
!camb/PRIMAT_Yp_DH_ErrorMC_2021.dat
!camb/PRIMAT_Yp_DH_ErrorMC_2024.dat
!fortran/HighLExtrapTemplate_lenspotentialCls.dat
# Exceptions for tracked .ini files
!inifiles/params.ini
!inifiles/params_21cm.ini
!inifiles/params_counts.ini
!inifiles/params_lensing.ini
!inifiles/planck_2018.ini
!inifiles/planck_2018_acc.ini
!inifiles/sources_defaults.ini
prompts.txt
scripts
uv.lock
.venv
__pycache__