🎉 Huge update, added Python virtualenv, updated dependencies...
This commit is contained in:
parent
fc8697f1a2
commit
fdbb29fb5a
6 changed files with 30 additions and 3 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Virtualenv
|
||||
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
__pycache__
|
||||
tags
|
Loading…
Add table
Add a link
Reference in a new issue