Update gitignore
parent
54760a125a
commit
6c23d65db3
|
@ -15,8 +15,6 @@ dist/
|
|||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
|
@ -24,6 +22,13 @@ var/
|
|||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Virtualenv
|
||||
bin/
|
||||
lib/
|
||||
lib64/
|
||||
lib64
|
||||
pyvenv.cfg
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
|
@ -57,3 +62,7 @@ docs/_build/
|
|||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# zsh-autoenv
|
||||
.autoenv.zsh
|
||||
.autoenv_leave.zsh
|
||||
|
|
Loading…
Reference in New Issue