Browse Source

Python: don't track virtualenv files.

pull/1899/head
Alexey Roslyakov 8 years ago
parent
commit
62defadb3e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Python.gitignore

+ 4
- 0
Python.gitignore View File

@@ -77,5 +77,9 @@ celerybeat-schedule
# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

Loading…
Cancel
Save