Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfelipeog committed Feb 11, 2021
1 parent ba095cb commit ccb0bc7
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 @@ -3,6 +3,12 @@

# Ignore local secret file
.env
.pypirc

# Ignore cache
__pycache__/

# Ignore build and distribution directories/files
build/
dist/
*.egg-info/

0 comments on commit ccb0bc7

Please sign in to comment.