Add .gitignore and remove cached pyc files

This commit is contained in:
2026-03-07 02:14:44 +00:00
parent 9f918a3308
commit 1157a5284f
12 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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