1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-11 13:56:36 +03:00

Add .gitignore for IDEA and pyvenv

This commit is contained in:
Ludovic Gasc (GMLudo) 2015-01-10 15:21:24 +01:00
parent a939a9a491
commit 7e35be0d4f

2
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
pyvenv/
build/
develop-eggs/
dist/
@ -55,3 +56,4 @@ target/
# PyCharm
.idea/
*.iml