Skip to content

Commit 6e8fa0b

Browse files
committed
Simplify gitignore files
1 parent deed2d7 commit 6e8fa0b

File tree

2 files changed

+0
-219
lines changed

2 files changed

+0
-219
lines changed

.gitignore

Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,129 +1,39 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
33
*.py[cod]
4-
*$py.class
5-
6-
# C extensions
7-
*.so
84

95
# Distribution / packaging
10-
.Python
116
build/
12-
develop-eggs/
137
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
378

389
# Unit test / coverage reports
3910
htmlcov/
40-
.tox/
4111
.coverage
4212
.coverage.*
43-
.cache
4413
nosetests.xml
4514
coverage.xml
4615
*.cover
4716
.hypothesis/
4817
.pytest_cache/
4918

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-
6619
# Sphinx documentation
6720
docs/_build/
6821

69-
# PyBuilder
70-
target/
71-
7222
# Jupyter Notebook
7323
.ipynb_checkpoints
7424

75-
# pyenv
76-
.python-version
77-
78-
# celery beat schedule file
79-
celerybeat-schedule
80-
81-
# SageMath parsed files
82-
*.sage.py
83-
8425
# Environments
8526
.env
8627
.venv
8728
env/
8829
venv/
89-
ENV/
90-
env.bak/
91-
venv.bak/
92-
93-
# Spyder project settings
94-
.spyderproject
95-
.spyproject
9630

9731
# VS Code
9832
.vscode
9933

100-
# Rope project settings
101-
.ropeproject
102-
103-
# mkdocs documentation
104-
/site
105-
10634
# mypy
10735
.mypy_cache/
10836

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-
12737
# Numerous always-ignore extensions
12838
*.diff
12939
*.err
@@ -141,22 +51,3 @@ _gh_pages
14151
._*
14252
Thumbs.db
14353
.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

benchmarks/.gitignore

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -2,116 +2,6 @@
22
html/
33
results/
44

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-
1155
# plots dir
1166
LHA_bench/
1177
LHAPDF_bench/

0 commit comments

Comments
 (0)