Skip to content

Commit ca5b3cb

Browse files
authored
Add .gitignore to exclude Python artifacts
1 parent 992abc7 commit ca5b3cb

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
@@ -0,0 +1,4 @@
1+
venv/
2+
__pycache__/
3+
*.pyc
4+
.env

0 commit comments

Comments
 (0)