Update .gitignore with additional exclusions

- Add .gitignore to ignore list
- Add .pytest* patterns for pytest cache files
- Improve gitignore coverage for Python development
This commit is contained in:
ajaysi
2025-09-23 19:41:50 +05:30
committed by ي
parent 4ea933e643
commit be3f837d05

6
.gitignore vendored
View File

@@ -11,12 +11,18 @@ __pycache__/
*.pyo
*.pyd
.gitignore
.pytest*
# Cache files
.cache/
*/cache/
**/cache/
*.cache
venv_new
venv
# Environment files
.env
.env.local