Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Mar 24, 2018
1 parent 7ac48be commit ce9f79a
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 @@ -2,10 +2,16 @@
__pycache__/
*.py[cod]


# Build detritus
build/
dist/
.eggs
*.egg-info/

# Test detritus
.tox/
.pytest_cache/

# Autogenerated version information
dateutil/_version.py
Expand Down

0 comments on commit ce9f79a

Please sign in to comment.