chore: ignore python cache and venv files

This commit is contained in:
2026-04-14 20:57:35 +00:00
parent 0b3cc949c3
commit 69684b59cf
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
__pycache__/
*.pyc
.venv/

Binary file not shown.