chore: update gitignore to include common Python build artifacts and test caches
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s

This commit is contained in:
vickytechkey 2026-08-16 15:33:39 +05:30
parent c4df013f98
commit 64641fa9b8

6
.gitignore vendored
View file

@ -1,4 +1,8 @@
.venv .venv
*.sqlite3 *.sqlite3
.env .env
./crm/__pycache__/ __pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/