fix: update .gitignore to include ruff cache and clarify act runner files
All checks were successful
CI / test (pull_request) Successful in 2m21s

This commit is contained in:
2025-10-29 14:23:24 +01:00
parent 37646b571a
commit f863808940

5
.gitignore vendored
View File

@@ -38,6 +38,9 @@ htmlcov/
# Mypy cache # Mypy cache
.mypy_cache/ .mypy_cache/
# Linting cache
.ruff_cache/
# Logs # Logs
*.log *.log
logs/ logs/
@@ -46,5 +49,5 @@ logs/
*.sqlite3 *.sqlite3
test*.db test*.db
# Docker files # Act runner files
.runner .runner