Skip to content

Commit 3d5527b

Browse files
committed
chore: remove Python cache artifacts from repository
Drop transient __pycache__ files from version control and add ignore rules to prevent generated bytecode from entering future commits. Made-with: Cursor
1 parent d13d289 commit 3d5527b

5 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__pycache__/
2+
.pytest_cache/
3+
*.py[cod]
-364 Bytes
Binary file not shown.
-3.23 KB
Binary file not shown.
-1.1 KB
Binary file not shown.
-9.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)