Skip to content

Commit

Permalink
Add ruff cache to gitignore (#52873)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 23, 2023
1 parent 09b1966 commit f38daad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -70,6 +70,7 @@ coverage.xml
coverage_html_report
.mypy_cache
*.pytest_cache
.ruff_cache
# hypothesis test database
.hypothesis/
__pycache__
Expand Down

0 comments on commit f38daad

Please sign in to comment.