Skip to content

Commit 4c5ffef

Browse files
committed
Minor cleanup and maintenance
1 parent f06dc95 commit 4c5ffef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ __pycache__/
44
build/
55
dist/
66
.coverage
7+
.coverage.*
8+
.tox

.tox/.pkg-cpython310/file.lock

Whitespace-only changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ release:
1919

2020
.PHONY: clean
2121
clean:
22-
rm -rf dist build *.egg-info .tox
22+
rm -rf dist build *.egg-info .tox .coverage.*

0 commit comments

Comments
 (0)