Skip to content

Commit

Permalink
Expand gitignore with common working dir artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ngo committed Jun 6, 2016
1 parent 6a5c657 commit 01fbaca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ __pycache__/

# Distribution / packaging
*.egg-info/
build/
dist/

# Sphinx documentation
docs/_build/
example/_build/

# Test artifacts
.coverage

0 comments on commit 01fbaca

Please sign in to comment.