Browse Source

added .venv to gitignore

main
Holger Frey 7 years ago
parent
commit
140c842e3d
  1. 1
      .gitignore
  2. 11
      Pipfile

1
.gitignore vendored

@ -8,6 +8,7 @@ __pycache__/ @@ -8,6 +8,7 @@ __pycache__/
*.so
# Distribution / packaging
.venv
.Python
env/
build/

11
Pipfile

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.6"
Loading…
Cancel
Save