python-escpos/.gitignore

26 lines
300 B
Plaintext

# python temporary files
*.pyc
# editor autosaves, data and file browser files
$~
.idea/
.directory
.cache/
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/
.eggs/
*.egg
build/
dist/
.coverage
src/escpos/version.py
.hypothesis
# testing temporary directories
test/test-cli-output/