Skip to content

Commit 2f29093

Browse files
authored
freezing: convergence analysis notebook update; adding typical output file extensions to .gitignore (#1137)
1 parent 7786a46 commit 2f29093

File tree

3 files changed

+8539
-254
lines changed

3 files changed

+8539
-254
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
PySDM_examples/utils/temporary_files/*
2+
*.pdf
3+
*.nc
4+
*.pkl
5+
*.vtu
6+
*.vts
27

38
# Byte-compiled / optimized / DLL files
49
__pycache__/
@@ -137,4 +142,4 @@ dmypy.json
137142
**.DS_Store
138143

139144
#Jetbrains
140-
.idea/
145+
.idea/

0 commit comments

Comments
 (0)