Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Exclude `venv` directory (created in the project directory by
default by CLion), and `.python-version` (used by `pyenv` to
set a working-directory scoped default Python installation).
  • Loading branch information
eirrgang committed Dec 17, 2018
1 parent baa80e4 commit 3555c2c
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
@@ -1,5 +1,6 @@
.DS_Store
.cache/
.eggs/
.idea/
.tox/
*build*/
Expand All @@ -9,3 +10,5 @@ html/
*.pyc
__pycache__
.pytest_cache
.python-version
venv/

0 comments on commit 3555c2c

Please sign in to comment.