1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-08-17 01:30:30 +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

4
.gitignore vendored
View File

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