Skip to content

Commit

Permalink
Allow data through gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JelmerBot committed Oct 14, 2024
1 parent 85a6814 commit 17817c2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ __pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
Expand All @@ -28,29 +25,13 @@ share/python-wheels/
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Sphinx documentation
doc/_build/

# Jupyter Notebook
.ipynb_checkpoints
notebooks/data/generated/
!notebooks/lib/

# IPython
Expand Down

0 comments on commit 17817c2

Please sign in to comment.