crmbackend/.gitignore
vickytechkey 64641fa9b8
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
chore: update gitignore to include common Python build artifacts and test caches
2026-08-16 15:33:39 +05:30

8 lines
67 B
Text

.venv
*.sqlite3
.env
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/