python-escpos/.gitignore

24 lines
280 B
Plaintext
Raw Normal View History

2010-02-26 08:54:46 +00:00
# python temporary files
*.pyc
2016-01-07 11:41:27 +00:00
# editor autosaves, data and file browser files
2010-02-26 08:54:46 +00:00
$~
2015-11-27 19:49:28 +00:00
.idea/
2016-01-07 11:41:27 +00:00
.directory
2010-02-26 08:54:46 +00:00
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/
.eggs/
2016-06-23 12:31:38 +00:00
*.egg
build/
dist/
.coverage
src/escpos/version.py
# testing temporary directories
test/test-cli-output/