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 *.pyo
*.pyd *.pyd
.gitignore
.pytest*
# Cache files # Cache files
.cache/ .cache/
*/cache/ */cache/
**/cache/ **/cache/
*.cache *.cache
venv_new
venv
# Environment files # Environment files
.env .env
.env.local .env.local