Skip to content

Commit dac44d8

Browse files
authored
Add .gitignore file to exclude common files
1 parent 65b45af commit dac44d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.env
2+
__pycache__/
3+
*.pyc
4+
.DS_Store
5+
EOF

0 commit comments

Comments
 (0)