-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
76 lines (65 loc) · 864 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Manual
_no_git*
# Editors & IDEs
.vscode
.vs
.idea
# Jupyter Notebook
.ipynb_checkpoints
# Distribution / packaging
build
build/*
_build
_build/*
.bzr
develop-eggs
dist
dist/*
downloads
*.egg
*.EGG
*.egg-info
eggs
fake-eggs
.installed.cfg
.mr.developer.cfg
parts
# Byte-compiled / optimized / DLL files
*.pyc
__pycache__
__pycache__/*
*.pyo
.svn
# Unit test / coverage reports
htmlcov
.tox
.tox/*
.coverage
.coverage/*
*.ech
*.log
*.hbnhead
*.units.dbf
*_temp*.h5
# Translations
*.mo
# Stashes, etc.
stats.dat
.ropeproject
.hg
*.tmp*
tests/_LargeFileStash
# Temporary files
_TutorialData/
# Specific files
run.py
tests/GLWACSO/HSP2results/hspp007.hdf
tests/GLWACSO/HSPFresults/hspf006.HBN
tests/GLWACSO/HSP2results/hspp007.uci
tests/test_report_conversion.html
# Omit big files
tests/**/*.h5
tests/testcbp/HSP2results/*.csv
# R files
.Rdata
.Rhistory