Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Oct 5, 2020
1 parent bae8d47 commit 254f71a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ lib64/
parts/
sdist/
var/
<<<<<<< HEAD
=======
wheels/
>>>>>>> 01dc3605361c82f5c9e192c87134210efb93856c
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -47,11 +44,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
<<<<<<< HEAD
*,cover
=======
*.cover
>>>>>>> 01dc3605361c82f5c9e192c87134210efb93856c
.hypothesis/

# Translations
Expand All @@ -60,8 +53,6 @@ coverage.xml

# Django stuff:
*.log
<<<<<<< HEAD
=======
local_settings.py

# Flask stuff:
Expand All @@ -70,18 +61,13 @@ instance/

# Scrapy stuff:
.scrapy
>>>>>>> 01dc3605361c82f5c9e192c87134210efb93856c

# Sphinx documentation
docs/_build/

# PyBuilder
target/

<<<<<<< HEAD
#Ipython Notebook
.ipynb_checkpoints
=======
# Jupyter Notebook
.ipynb_checkpoints

Expand Down Expand Up @@ -114,4 +100,3 @@ ENV/

# mypy
.mypy_cache/
>>>>>>> 01dc3605361c82f5c9e192c87134210efb93856c

0 comments on commit 254f71a

Please sign in to comment.