Skip to content

Commit 471a66f

Browse files
committed
Remove generated Python cache artifacts from tracking.
Add a project .gitignore and untrack pycache/pyc files so the repository stays clean and reviewable.
1 parent 85c5ecb commit 471a66f

55 files changed

Lines changed: 4 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__pycache__/
2+
*.py[cod]
3+
.pytest_cache/
4+
.venv/
-224 Bytes
Binary file not shown.
-4.13 KB
Binary file not shown.
-236 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)