Skip to content

Commit 5d1ca7d

Browse files
committed
Remove __pycache__ from tracking, add .gitignore
1 parent ff00477 commit 5d1ca7d

10 files changed

Lines changed: 6 additions & 0 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.pyo
4+
*.egg-info/
5+
.venv/
6+
venv/
-161 Bytes
Binary file not shown.
-9.54 KB
Binary file not shown.
-24.4 KB
Binary file not shown.
-6.79 KB
Binary file not shown.
-23.8 KB
Binary file not shown.
-323 Bytes
Binary file not shown.
Binary file not shown.
-4.05 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)