Skip to content

Commit

Permalink
add local files and virtualenv folders to ignored set
Browse files Browse the repository at this point in the history
- 'venv/' is a common virtualenv folder name
- also ignore local IDE setup files
  • Loading branch information
Kiptoo Magutt committed Jan 31, 2018
1 parent 8e32477 commit fbff01f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ cover

# virtualenv environments
env*/
venv/

# build artifacts from python setup.py build or python setup.py install
build/
dist/
*egg*/
docs/_build

# local files
.cache/
.idea/

0 comments on commit fbff01f

Please sign in to comment.