Skip to content

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Oct 9, 2023
1 parent 1f21b72 commit d7f42ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
coverage.json
*.cover
.hypothesis/
.pytest_cache/
Expand Down Expand Up @@ -103,6 +104,9 @@ venv.bak/
# mypy
.mypy_cache/

# ruff
.ruff_cache/

# IDE
.idea/

Expand Down

0 comments on commit d7f42ee

Please sign in to comment.