Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ lib
lib64
__pycache__

# Virtualenvs
# Common destinations (depending on developer) are env and venv, they can
# sometimes to preceded with a period (e.g. .venv) or followed by a number
# (e.g. venv3) or both (.venv3).
*env*/

# Installer logs
pip-log.txt

Expand Down