python-escpos/.gitignore

14 lines
127 B
Plaintext
Raw Normal View History

2010-02-26 08:54:46 +00:00
# python temporary files
*.pyc
# editor autosaves
$~
2015-11-27 19:49:28 +00:00
.idea/
2010-02-26 08:54:46 +00:00
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/