summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-09-23 22:49:36 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-09-23 22:49:36 -0700
commit5a9d1b626da74a1eea6cf1f57ed7ba41cc60b821 (patch)
tree9705f07d2da58aab2bd9b4cb51f950887a002780 /.gitignore
parent7feb69762230cbe2e8dbd5a184a5e549b72a4700 (diff)
downloadisort-5a9d1b626da74a1eea6cf1f57ed7ba41cc60b821.tar.gz
Add Python3 venv files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85f78d3a..a4399826 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,14 @@ atlassian-ide-plugin.xml
*.swp
*.kate-swp
.ropeproject/
+
+# pip
+pip-selfcheck.json
+
+# Python3 Venv Files
+bin/
+include/
+lib/
+lib64
+pyvenv.cfg
+share/