chore(gitignore): add .local directory to ignored files

- Updates .gitignore to include the .local directory
- Prevents accidental commits of local configuration files
This commit is contained in:
2025-05-27 13:32:48 +02:00
parent af32f3b9f4
commit 2d3dacc358

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
coverage/ coverage/
logs/ logs/
.locale/ .locale/
.local/
cache/ cache/
out.py out.py
output.txt output.txt