chore: standardise .gitignore

This commit is contained in:
2026-09-13 21:05:17 +05:30
parent 5ca76813d4
commit 085fe5e03e

8
.gitignore vendored
View File

@@ -25,10 +25,17 @@ env/
htmlcov/
coverage.xml
# Lint / type checking
.mypy_cache/
.ruff_cache/
# Environment variables
.env
.env.local
# Docs build artifacts
site
# OS
.DS_Store
Thumbs.db
@@ -38,7 +45,6 @@ Thumbs.db
*.swo
*~
*.tmp
site
# Credentials
client_secret_*.json