fix: update .gitignore to include ruff cache and clarify act runner files
All checks were successful
CI / test (pull_request) Successful in 2m21s
All checks were successful
CI / test (pull_request) Successful in 2m21s
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -38,6 +38,9 @@ htmlcov/
|
||||
# Mypy cache
|
||||
.mypy_cache/
|
||||
|
||||
# Linting cache
|
||||
.ruff_cache/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
@@ -46,5 +49,5 @@ logs/
|
||||
*.sqlite3
|
||||
test*.db
|
||||
|
||||
# Docker files
|
||||
# Act runner files
|
||||
.runner
|
||||
|
||||
Reference in New Issue
Block a user