-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (72 loc) · 1.61 KB
/
Copy path.gitignore
File metadata and controls
93 lines (72 loc) · 1.61 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
89
90
91
92
93
# dotenv
.env
# Gradle
.gradle/
gradle/
build/
bin/
# IDE
.idea/
*.iml
.settings/
.classpath
.project
# Generated sources
src-generated
# Compiled class files
*.class
*.jar
# Log files
*.log
# Editor third-party files
editor/third_party
# temp files
tasks
tmp
# Editor war
editor/war
# Third party in landing
landing/publicsans
*.jshd
!paper/forevertree/data/temperature.jshd
!paper/forevertree/data/precipitation.jshd
*.wasm
# Tutorial data files (downloaded by CI/CD)
raw_tutorial_supplement.zip*
raw_tutorial_supplement/
landing/CHC-CMIP6_SSP245_CHIRPS_*.tif
landing/*temp_*.nc
landing/precip_*.nc
landing/preprocessed_data/
# Test files (generated during testing)
landing/test_*_standalone.josh
landing/temperature.jshd
landing/precipitation*.jshd
landing/publicsans
landing/d3.min.js
landing/prism-*.js
landing/prism-*.css
.claude
config/checkstyle/google_checks.xml
# Profiling scripts
run_profiler.sh
run_profiler_small.sh
.claude/settings.local.json
# Demo third-party downloads and generated WASM (Component 10)
demo.joshsim.org/third_party/publicsans
demo.joshsim.org/third_party/prism-core.min.js
demo.joshsim.org/third_party/ace.min.js
demo.joshsim.org/third_party/theme-textmate.js
demo.joshsim.org/third_party/theme-textmate-css.js
demo.joshsim.org/third_party/d3.min.js
demo.joshsim.org/third_party/math.min.js
demo.joshsim.org/data/
demo.joshsim.org/img/
demo.joshsim.org/war
# Build-up prose rendered from content/*.md by content/render.sh (pandoc).
demo.joshsim.org/content/*.html
# Jotr test files
jotr
# Joshpy bottles (compressed archives and extracted debug sessions)
joshpy-bottles/
!joshpy-bottles/README.md