-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (61 loc) · 889 Bytes
/
.gitignore
File metadata and controls
76 lines (61 loc) · 889 Bytes
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
# Julia stuff
*.jl.cov
*.jl.*.cov
*.jl.mem
*.mem
deps/deps.jl
/Manifest.toml
/test/Manifest.toml
/LocalPreferences.toml
# Swap files.
*.swp
*~
# Documenter.jl and MkDocs
docs/build
docs/site
docs/src/literated
docs/src/developer_docs/AGENTS.md
docs/Manifest.toml
docs/src/developer_docs/AGENTS.md
docs/.CondaPkg/
# Vitepress and node
node_modules
!package.json
!logo.png
# Model output
*.dat
*.data
*.nc
*.jld2
# Checkpointer model serialization
*.jlser
*.jld
# Plots
*.png
*.svg
*.gif
*.mp4
# Benchmark output
*.html
*.json
*.bson
# Profiler output
*.qdrep
# Grid files
*.tgz
*.bin
*.m
# Jupyter Lab stuff and notebooks
*.ipynb
.ipynb_checkpoints
# MacOS stuff
*.DS_Store
# VSCode
.vscode
# AMGX
.logamgx
statprof
*.sqlite
*.nsys-rep
# MCPRepl security configuration (contains API keys)
.mcprepl/