gitignore: Add PyCharm virtualenv path
This commit is contained in:
parent
768bea8eb4
commit
7a16ad3662
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,5 +10,6 @@ whitelist/
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.jpg
|
*.jpg
|
||||||
.idea
|
.idea
|
||||||
|
venv/
|
||||||
*.buildings
|
*.buildings
|
||||||
*.trackRecords
|
*.trackRecords
|
||||||
|
|
Loading…
Reference in a new issue