Skip to content

Commit

Permalink
Update .gitignore (wireviz#256)
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 authored and kvid committed Sep 8, 2023
1 parent a26f734 commit c0590ff
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 c0590ff

Please sign in to comment.