-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
79 lines (67 loc) · 921 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
77
78
79
# Hidden directories:
.*/
# Operating system cruft:
Desktop.ini
Thumbs.db
__MACOSX
._*
.AppleDouble
.DS_Store
.LSOverride
# Editors (Eclipse, WingIDE, Vim):
.sw?
.*.sw?
*~
*.bak
.project
.pydevproject
.wp[ru]
# Translation files:
*.mo
# Java binary files:
*.class
# Java package files:
*.ear
*.jar
*.war
# Python binary files:
*.py[cdo]
*.so
# Python package files:
*.egg
*.egg-info
build
dist
eggs
sdist
develop-eggs
.installed.cfg
# Jenkins build files:
.coverage
coverage.xml
nosetests.xml
cpd.xml
pep8.log
pylint.log
# Sphinx build files:
.build
.static
# Transient files:
*.log
*.tmp
# Project specific ignores:
*.lprof
*.pstats
*_copy.hdf5
*_custom_hooks.py
*_custom_settings.py
*/custom_hooks.py
*/custom_settings.py
graph*.png
graph*.ps
spacetree/_assets/ajax/*.json
tests/test_data/temp/*
# Keep empty directories:
!*/.git*
/tests/test_data/Specimen_Flight_process.hdf5
/analysis_engine/*results.csv