Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Add two more folders to be ignored.

- idea: Used by PyCharm
- .venv: My convention for creating virtualenvs
  • Loading branch information
amotl committed Oct 23, 2021
1 parent be1ecd4 commit 55339af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.idea/
.eggs
__pycache__
.*.swp
Expand All @@ -8,6 +9,7 @@ build
data
dist
venv/
.venv/
desktop.ini
thumbs.db
temp/

0 comments on commit 55339af

Please sign in to comment.