Skip to content

Commit

Permalink
Added .ruff_cache/ to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jul 2, 2023
1 parent 111f338 commit cad96f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.eggs/
.tox
.idea
Expand Down

0 comments on commit cad96f6

Please sign in to comment.