Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Gitignore cache artifacts
Browse files Browse the repository at this point in the history
defnull committed Aug 28, 2024
1 parent e9a59c8 commit 976e5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
*.mo
._*
*.*~
__pycache__

dist/
build/
@@ -18,5 +19,6 @@ htmlcov/
.coverage
.name
.tox/
.pytest_cache

docs/_locale/_pot/.doctrees/

0 comments on commit 976e5a8

Please sign in to comment.