Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
gitignore: ignore egg-info and venvs
Browse files Browse the repository at this point in the history
  • Loading branch information
ioistired authored and Rapptz committed Aug 23, 2018
1 parent 8ccb98d commit 95721da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,6 +1,9 @@
*.json
*.pyc
*.py[cod]
*.log
*.egg-info
venv
.venv
docs/_build
*.buildinfo
*.mp3
Expand Down

0 comments on commit 95721da

Please sign in to comment.