python-escpos/.gitignore

14 lines
127 B
Plaintext

# python temporary files
*.pyc
# editor autosaves
$~
.idea/
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/