-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
70 lines (58 loc) · 931 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
# editors and IDEs
*.swp
*.*~
.idea
# (I)Python
*.pyc
/**/.ipynb_checkpoints
# C++ build
lib
/**/.build
# log and data files
*.log
*.bak
*.dat
# archives
*.tar
*.gz
*.bz2
*.zip
# Vagrant
/**/.vagrant
# data and results directories
python/eskapade/data/
results/
# Build and package stuff
build
dist
.cache
.eggs
Eskapade.egg-info
python/eskapade/version.py
# documentation
*.rst
!docs/README.rst
!docs/source/index.rst
!docs/source/introduction.rst
!docs/source/installation.rst
!docs/source/code.rst
!docs/source/developing.rst
!docs/source/tutorials.rst
!docs/source/tutorial_bootstrap.rst
!docs/source/tutorial_jupyter.rst
!docs/source/tutorial_data_mimic.rst
!README.rst
!python/eskapade/README.rst
!vagrant/README.rst
docs/source/_static/
.pytest_cache/
__pycache__/
.tox/
flake.txt
python/eskapade/root_analysis/
python/eskapade/spark_analysis/
junit-py35.xml
/.coverage
/coverage.xml
*.DS_Store
*.python-version