chore: standardise .gitignore

This commit is contained in:
2026-09-13 21:05:16 +05:30
parent 06c45249fc
commit 48fd6627a7

10
.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
@@ -37,5 +44,4 @@ Thumbs.db
*.swp
*.swo
*~
*.tmp
site
*.tmp