Skip to content

Commit

Permalink
Revert gitignore additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Jul 16, 2021
1 parent 4d99c65 commit afbce29
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ __pycache__
# Other generated files
*/version.py
*/cython_version.py
htmlcov
.coverage
MANIFEST
.ipynb_checkpoints
buck-out

# Sphinx
docs/api
Expand Down Expand Up @@ -62,27 +63,3 @@ pip-wheel-metadata/

# Mac OSX
.DS_Store


# Mercurial
.hg/


# SVN
.svn/


# mypy
.mypy_cache/


# Unit test / coverage reports
htmlcov
.coverage
.pytest_cache/
.tox/
.nox/


# Environments
.venv

0 comments on commit afbce29

Please sign in to comment.