Skip to content

Commit

Permalink
gitignore: Add python, pip and virtualenv files to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerkid committed Apr 11, 2019
1 parent c0c064d commit 2f0c8d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ Thumbs.db
######################
.vscode

# PIP, Virtulenv and Python files
bin/
include/
lib/
local/
*.pyc
pip-selfcheck.json

0 comments on commit 2f0c8d0

Please sign in to comment.