Skip to content

Commit

Permalink
Merge pull request #11 from danielorf/gitignore
Browse files Browse the repository at this point in the history
Added basic .gitignore
  • Loading branch information
DidierRLopes authored Feb 25, 2021
2 parents dd7fc74 + 15afc39 commit 788e029
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__pycache__/
*.pyc
.DS_Store
.env
.venv
env/
venv/

0 comments on commit 788e029

Please sign in to comment.