1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

exclude .egg in gitignore

This commit is contained in:
Patrick Kanzler 2016-06-23 14:31:38 +02:00
parent 0907b6aa8b
commit 7529642788
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ temp
.tox/
*.egg-info/
.eggs/
*.egg
build/
dist/
.coverage