-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (73 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
88 lines (73 loc) · 1.17 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
87
88
/target
Cargo.lock
*.swp
*.swo
*~
.DS_Store
._*
.vscode/
scheduled_tasks.lock
# Generated outputs (regenerate with `cargo run --release`)
output.json
sweep_output.json
photon_injection_output.json
lcdm_*.json
pde_*.json
demo_greens_table.npz
# Large data files (download via data/cosmotherm/download_greens.sh)
data/cosmotherm/Greens*/
data/cosmotherm/Greens*.tar.gz
data/*.npz
notebooks/data/*.npz
# WSL artifacts
*Zone.Identifier
# Scratch planning files
plan.md
# Generated figures (regenerate from notebooks)
*.pdf
*.png
!comparison_with_literature.png
!notebooks/figures/*.pdf
!paper/paper.pdf
# LaTeX auxiliary files
*.aux
*.log
*.out
*.toc
*.bbl
*.blg
*.synctex.gz
*.fls
*.fdb_latexmk
*.dvi
texput.*
!docs/*.tex
# IDE / editor
.vscode/
.idea/
# Executed notebook snapshots (regenerate by running notebooks)
*_executed.ipynb
# Debug/diagnostic output
tau_ff_*.txt
tau_ff_*.csv
test_photon_*.json
# Coverage reports
*.coverage
python/.coverage
coverage/
# Documentation build artifacts
docs/_build/
# Python
__pycache__/
*.egg-info/
*.pyc
.eggs/
dist/
build/
# Third-party cloned repos
dev/AxionLimits/
# Temporary solver output
*.stderr
# Review artifacts
review_report.md
*.zip