Skip to content

Commit 9570ec5

Browse files
committed
feat: add __pycache__ to .gitignore
1 parent 4f6c20f commit 9570ec5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
secrets/*.age
22
secrets/*.key
3+
tests/__pycache__/
4+
tests/*/__pycache__/

0 commit comments

Comments
 (0)