-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (32 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (32 loc) · 703 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
# Python
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Editors and operating systems
.vscode/
.idea/
.DS_Store
Thumbs.db
# ANSYS/Fluent project files
*.cas
*.cas.h5
*.dat.h5
*.msh
*.msh.h5
*.wbpj
*.wbpz
*.rst
results/exports/
# Local scratch work
scratch/
tmp/
# Large deterministic analysis outputs
results/processed/mesh_sensitivity/run145_sst_*_wall_mapped.csv
results/processed/mesh_sensitivity/run145_three_grid_common_surface_profiles.csv
results/processed/mesh_sensitivity/run145_sst_comparison_profile.csv
results/processed/mesh_sensitivity/run145_transition_sst_comparison_profile.csv
results/processed/solid_temperature/run145_sst_temperature_gradient.csv