Skip to content

Commit

Permalink
feat: added venv dir to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Mar 26, 2024
1 parent 7c9d108 commit 51f9daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ bin/
out/
test/

__pycache__/
__pycache__/
venv/

0 comments on commit 51f9daa

Please sign in to comment.