-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·50 lines (41 loc) · 911 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·50 lines (41 loc) · 911 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
########################################################################
# Modified: 2021-06-03
# Author: Milos Atz
# Comment: gitignore for DASSH examples
########################################################################
# None of the old examples
old/
# Any pycache directories or files
__pycache__/
Example-1/__pycache__
Example-2/__pycache__/
Example-3/__pycache__
# Any unix filesystem objects
._*
.DS_Store*
# Any CSV data files or Excel working notebooks
*.csv
*.xlsx
*.xls
# Any VARPOW output
varpow_MatPower.out
varpow_MonoExp.out
varpow_stdout.txt
VARPOW.out
# DASSH log files
dassh.log
dassh_plot.log
# CCCC files that are not required for examples
**/GAMSOR_summary_table.out
**/GPDINT
**/GTFLUX
**/PWDINT
**/RTFLUX
**/step1.*
**/step2.*
**/step3.*
**/Translated_DIF3D.vtk
# Analysis files for Example-3
Example-3/xx09_analysis.py
Example-3/xx09_data.py
Example-3/results_detailed/*