chore: ignore Python cache directories and compiled files in .gitignore
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 19s

This commit is contained in:
vickytechkey 2026-08-16 15:35:54 +05:30
parent dff3be7c14
commit 2f1850f9a8

4
.gitignore vendored
View file

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