Skip to content

Commit

Permalink
update .gitignore for code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0411jhj committed Feb 29, 2024
1 parent 6cbb319 commit af65b9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ runs/
# Jupyter checkpoint files.
test/.ipynb_checkpoints/

# Code coverage files
.coverage
coverage.xml
test/datas

# Other
.tox
.coverage
.pypirc
.ipynb_checkpoints/
*~
Expand Down

0 comments on commit af65b9f

Please sign in to comment.