diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2015-09-23 22:49:36 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2015-09-23 22:49:36 -0700 |
| commit | 5a9d1b626da74a1eea6cf1f57ed7ba41cc60b821 (patch) | |
| tree | 9705f07d2da58aab2bd9b4cb51f950887a002780 /.gitignore | |
| parent | 7feb69762230cbe2e8dbd5a184a5e549b72a4700 (diff) | |
| download | isort-5a9d1b626da74a1eea6cf1f57ed7ba41cc60b821.tar.gz | |
Add Python3 venv files to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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/ |
