Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzocaputo committed Apr 1, 2024
1 parent 45e3b1a commit 4147d89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
*venv/
__pycache__/
*venv/
*.py[cod]
*$py.class
*.egg-info
lib/
dist/
.coverage
*.egg-info
docs/_build/
.ipynb_checkpoints/
.coverage

0 comments on commit 4147d89

Please sign in to comment.