Skip to content

Commit

Permalink
fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Chasovskikh committed Apr 4, 2024
1 parent 66dc9b9 commit 933fb6f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.venv/
asciinems/
dist/
*.egg-info
__pycache__
dist/
*.pyc
.venv/
.coverage
coverage.xml
.pytest_cache/

0 comments on commit 933fb6f

Please sign in to comment.