Skip to content

Commit 62311ed

Browse files
committed
chore: add .gitignore for __pycache__
1 parent 0c047e2 commit 62311ed

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

Binary file not shown.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
__pycache__/
2+
*.pyc
3+
node_modules/
4+
dist/
5+
.vs/
6+
bin/
7+
obj/
8+
*.user
9+
*.suo
-8.03 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)