Skip to content

Commit 7e08e15

Browse files
committed
chore: gitignore __pycache__ and .pyc files
1 parent 97192cc commit 7e08e15

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
@@ -11,3 +11,7 @@ junit.xml
1111

1212
# Snyk
1313
.dccache
14+
15+
# Python
16+
__pycache__/
17+
*.pyc

0 commit comments

Comments
 (0)