python-escpos/.gitignore

17 lines
180 B
Plaintext

# python temporary files
*.pyc
# editor autosaves, data and file browser files
$~
.idea/
.directory
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/
build/
dist/