File tree Expand file tree Collapse file tree 2 files changed +0
-219
lines changed Expand file tree Collapse file tree 2 files changed +0
-219
lines changed Original file line number Diff line number Diff line change 1
1
# Byte-compiled / optimized / DLL files
2
2
__pycache__ /
3
3
* .py [cod ]
4
- * $py.class
5
-
6
- # C extensions
7
- * .so
8
4
9
5
# Distribution / packaging
10
- .Python
11
6
build /
12
- develop-eggs /
13
7
dist /
14
- downloads /
15
- eggs /
16
- .eggs /
17
- lib /
18
- lib64 /
19
- parts /
20
- sdist /
21
- var /
22
- wheels /
23
- * .egg-info /
24
- .installed.cfg
25
- * .egg
26
- MANIFEST
27
-
28
- # PyInstaller
29
- # Usually these files are written by a python script from a template
30
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
31
- * .manifest
32
- * .spec
33
-
34
- # Installer logs
35
- pip-log.txt
36
- pip-delete-this-directory.txt
37
8
38
9
# Unit test / coverage reports
39
10
htmlcov /
40
- .tox /
41
11
.coverage
42
12
.coverage. *
43
- .cache
44
13
nosetests.xml
45
14
coverage.xml
46
15
* .cover
47
16
.hypothesis /
48
17
.pytest_cache /
49
18
50
- # Translations
51
- * .mo
52
- * .pot
53
-
54
- # Django stuff:
55
- * .log
56
- local_settings.py
57
- db.sqlite3
58
-
59
- # Flask stuff:
60
- instance /
61
- .webassets-cache
62
-
63
- # Scrapy stuff:
64
- .scrapy
65
-
66
19
# Sphinx documentation
67
20
docs /_build /
68
21
69
- # PyBuilder
70
- target /
71
-
72
22
# Jupyter Notebook
73
23
.ipynb_checkpoints
74
24
75
- # pyenv
76
- .python-version
77
-
78
- # celery beat schedule file
79
- celerybeat-schedule
80
-
81
- # SageMath parsed files
82
- * .sage.py
83
-
84
25
# Environments
85
26
.env
86
27
.venv
87
28
env /
88
29
venv /
89
- ENV /
90
- env.bak /
91
- venv.bak /
92
-
93
- # Spyder project settings
94
- .spyderproject
95
- .spyproject
96
30
97
31
# VS Code
98
32
.vscode
99
33
100
- # Rope project settings
101
- .ropeproject
102
-
103
- # mkdocs documentation
104
- /site
105
-
106
34
# mypy
107
35
.mypy_cache /
108
36
109
- # ##########
110
- # gh-pages
111
- # ##########
112
-
113
- # Ignore metadata generated by Jekyll
114
- _site /
115
- .sass-cache /
116
- .jekyll-cache /
117
- .jekyll-metadata
118
-
119
- # Ignore folders generated by Bundler
120
- .bundle /
121
- vendor /
122
-
123
- # Ignore docs files
124
- _gh_pages
125
- .ruby-version
126
-
127
37
# Numerous always-ignore extensions
128
38
* .diff
129
39
* .err
@@ -141,22 +51,3 @@ _gh_pages
141
51
._ *
142
52
Thumbs.db
143
53
.cache
144
- .project
145
- .settings
146
- .tmproj
147
- * .esproj
148
- nbproject
149
- * .sublime-project
150
- * .sublime-workspace
151
- .idea
152
-
153
- # Komodo
154
- * .komodoproject
155
- .komodotools
156
-
157
- # grunt-html-validation
158
- validation-status.json
159
- validation-report.json
160
-
161
- # Folders to ignore
162
- node_modules
Original file line number Diff line number Diff line change 2
2
html /
3
3
results /
4
4
5
- # Byte-compiled / optimized / DLL files
6
- __pycache__ /
7
- * .py [cod ]
8
- * $py.class
9
-
10
- # C extensions
11
- * .so
12
-
13
- # Distribution / packaging
14
- .Python
15
- build /
16
- develop-eggs /
17
- dist /
18
- downloads /
19
- eggs /
20
- .eggs /
21
- lib /
22
- lib64 /
23
- parts /
24
- sdist /
25
- var /
26
- wheels /
27
- * .egg-info /
28
- .installed.cfg
29
- * .egg
30
- MANIFEST
31
-
32
- # PyInstaller
33
- # Usually these files are written by a python script from a template
34
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
35
- * .manifest
36
- * .spec
37
-
38
- # Installer logs
39
- pip-log.txt
40
- pip-delete-this-directory.txt
41
-
42
- # Unit test / coverage reports
43
- htmlcov /
44
- .tox /
45
- .coverage
46
- .coverage. *
47
- .cache
48
- nosetests.xml
49
- coverage.xml
50
- * .cover
51
- .hypothesis /
52
- .pytest_cache /
53
-
54
- # Translations
55
- * .mo
56
- * .pot
57
-
58
- # Django stuff:
59
- * .log
60
- local_settings.py
61
- db.sqlite3
62
-
63
- # Flask stuff:
64
- instance /
65
- .webassets-cache
66
-
67
- # Scrapy stuff:
68
- .scrapy
69
-
70
- # Sphinx documentation
71
- docs /_build /
72
-
73
- # PyBuilder
74
- target /
75
-
76
- # Jupyter Notebook
77
- .ipynb_checkpoints
78
-
79
- # pyenv
80
- .python-version
81
-
82
- # celery beat schedule file
83
- celerybeat-schedule
84
-
85
- # SageMath parsed files
86
- * .sage.py
87
-
88
- # Environments
89
- .env
90
- .venv
91
- env /
92
- venv /
93
- ENV /
94
- env.bak /
95
- venv.bak /
96
-
97
- # Spyder project settings
98
- .spyderproject
99
- .spyproject
100
-
101
- # VS Code
102
- .vscode
103
-
104
- # Rope project settings
105
- .ropeproject
106
-
107
- # mkdocs documentation
108
- /site
109
-
110
- assets /
111
-
112
- # mypy
113
- .mypy_cache /
114
-
115
5
# plots dir
116
6
LHA_bench /
117
7
LHAPDF_bench /
You can’t perform that action at this time.
0 commit comments