Skip to content

Commit

Permalink
chore: Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jan 18, 2025
1 parent e256774 commit 37bfea9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Translations
*.mo
Expand Down Expand Up @@ -94,9 +95,13 @@ ENV/

# Vim extras
.exrc
.*.swp
.swp
/.vim
.swo
.*.swp
.*.swo
.vim/
.zed/


# macOS extras
.DS_Store

0 comments on commit 37bfea9

Please sign in to comment.