forked from NREL/hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (44 loc) · 785 Bytes
/
.gitignore
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
# Gitignore file
*.pyc
*.log
*.egg-info
data.db
*.python-version
*.DS_Store
*.conda
slices
# macOS files
.DS_Store
# ide settings and files
.idea
.vscode
# Some c++ stuff
a.out
*.plist
test_client.dSYM
*checkpoint.ipynb
hercules/sampling00000.nc
hercules/front_end.db
hercules/control_center.db
hercules/test_client_cpp/test_client
hercules/df_flow.p
hercules/flow_data.p
t_*.txt
hercules/sample_copy.nc
hercules/t_0*
hercules/local_amr_wind_demo/sample_copy.nc
#Ignore csv files
*.csv
!tests/test_inputs/*.csv
!example_case_folders/10_heterogeneous_wind/floris_standin_data.csv
!example_case_folders/10_heterogeneous_wind/wind_power_reference_data.csv
# Some output files to ignore
t_00*
logdummy
loghelics
loghercules*
logstandin*
logfloris*
*echo
*out-example.json
.vscode/*