-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (54 loc) · 982 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (54 loc) · 982 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
build/
set_proxy.sh
# Python
__pycache__/
*.pyc
*.pyo
# CMake build artifacts (in-source builds)
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
# CUDA build artifacts
*.o
*.obj
*.ptx
*.cubin
*.gif
*.png
*.sh
# Anything user-local (outputs, animations, papers, scratch). Drop them in .local/.
.local/
# Simulation output dirs (anywhere they may appear)
output_karman/
output_karman_*/
output_smoke/
output_smoke_*/
output_vortex_ring_lfm/*
output_vortex_collision_lfm/*
output_vortex_collision_lfm_gpu/*
output_vortex_ring_lfm_gpu/*
output_collision_256/*
output_collision_192/*
diagnostic_output/
diagnostic_output_*/
output_burst_re450/*
output_burst_re600/*
# Karman tool outputs
tools/karman_vortex_street/inputs/
tools/karman_vortex_street/output/
tools/karman_vortex_street/figures/
tools/karman/*
/slide/*
/slides1/*
/preview_logs/*
/render/*
*.vtk
/tools/*
*.md
/.claude/
/render_full/
# simulation outputs (large VTK/GIF)
output_*/