Skip to content

Commit

Permalink
feat: add .gitignore (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 authored Apr 10, 2024
1 parent 4c68f23 commit 4fcb616
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__pycache__
build
hearthstone.egg-info
coverage.xml
venv

*.pyc
.tox
.vscode
.env
.coverage
.idea

0 comments on commit 4fcb616

Please sign in to comment.