Skip to content

Commit ba183ba

Browse files
committed
Add .venv and __pycache__ to .gitignore
1 parent 4350f48 commit ba183ba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
node_modules
2+
testoutput.txt
3+
.venv
4+
__pycache__
5+
*.pyc

0 commit comments

Comments
 (0)