Skip to content

Commit

Permalink
Add ruff cache to gitignore (pandas-dev#52873)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored and Yi Wei committed May 19, 2023
1 parent 7453b30 commit 44ea0a7
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 @@ -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 44ea0a7

Please sign in to comment.