Skip to content

Commit 2720722

Browse files
committed
Add build files to .gitignore
1 parent 1970075 commit 2720722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.pyc
22
**/__pycache__/
33
.venv/
4+
build/
5+
dist/
6+
*.egg-info/

0 commit comments

Comments
 (0)