Skip to content

Commit a7c1aa6

Browse files
committed
update gitignore
1 parent 144fadc commit a7c1aa6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ __pycache__
88
docs/_build
99
.coverage
1010
~build
11+
build

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ clean:
77
fullclean: clean
88
rm -fr .tox .cache .pytest_cache
99
find . -name '*.pyc' -exec rm -f {} +
10+
11+
release:
12+
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)