merging Python.gitignore for PR #1801
This commit is contained in:
commit
71bbd933ee
24 changed files with 101 additions and 50 deletions
|
|
@ -51,6 +51,7 @@ coverage.xml
|
|||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
|
@ -58,5 +59,9 @@ docs/_build/
|
|||
# PyBuilder
|
||||
target/
|
||||
|
||||
#Ipython Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue