chore(gitignore): add .local directory to ignored files
Some checks failed
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
CI / build (push) Failing after 7s
Auto Changelog & Release / changelog-only (push) Successful in 6s

- 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 38c00b035b
commit 1b447f5190

1
.gitignore vendored
View File

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