Skip to content

Commit

Permalink
Add .venv to .gitignore (#135)
Browse files Browse the repository at this point in the history
* Add .venv to .gitignore

.venv is common to virtual-environments created in PyCharm IDE.
This commit adds it to be ignored by git.

* Add section to .gitignore
  • Loading branch information
MosheSheena authored Nov 16, 2020
1 parent 8b1404f commit 45c4a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ docs/_build/
# PyBuilder
target/
python-rrmngmnt.iml

# Pycharm
/.venv/

0 comments on commit 45c4a3c

Please sign in to comment.