Update .gitignore to exclude __pycache__ directory

main
bahawal.baloch 2026-04-01 12:52:02 +05:00
parent ce53b04ca8
commit bed4cddaf8
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.env .env
*.pt *.pt
alerts/ alerts/
__pycache__