Skip to content

Commit

Permalink
[chore] .gitignore update (#85)
Browse files Browse the repository at this point in the history
skip python venv files, and coverage reports
  • Loading branch information
blefaudeux committed Sep 16, 2020
1 parent 4a874a6 commit 426d844
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,16 @@

build/
dist/

# Coverage reports
.coverage
.coverage.*

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit 426d844

Please sign in to comment.