Skip to content

Commit 17817c2

Browse files
committed
Allow data through gitignore
1 parent 85a6814 commit 17817c2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.gitignore

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6-
# C extensions
7-
*.so
8-
96
# Distribution / packaging
107
.Python
118
build/
@@ -28,29 +25,13 @@ share/python-wheels/
2825
MANIFEST
2926

3027
# Unit test / coverage reports
31-
htmlcov/
32-
.tox/
33-
.nox/
34-
.coverage
35-
.coverage.*
36-
.cache
37-
nosetests.xml
38-
coverage.xml
39-
*.cover
40-
*.py,cover
41-
.hypothesis/
4228
.pytest_cache/
4329

44-
# Translations
45-
*.mo
46-
*.pot
47-
4830
# Sphinx documentation
4931
doc/_build/
5032

5133
# Jupyter Notebook
5234
.ipynb_checkpoints
53-
notebooks/data/generated/
5435
!notebooks/lib/
5536

5637
# IPython

0 commit comments

Comments
 (0)