chore: harden ignore rules

This commit is contained in:
3252a8
2026-04-26 20:33:59 +03:00
parent 72b6e93c94
commit 8ce5a92625
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ README.md
.env.* .env.*
!.env.example !.env.example
scratch_*.py scratch_*.py
*.local.*
node_modules/ node_modules/
.git/ .git/
+1
View File
@@ -6,6 +6,7 @@ bot_database.sqlite3
.env.* .env.*
!.env.example !.env.example
scratch_*.py scratch_*.py
*.local.*
node_modules/ node_modules/
.git/ .git/