python-escpos/.gitignore

39 lines
460 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
.cache/
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
.hypothesis
2018-05-13 16:26:48 +00:00
.pytest_cache/
# testing temporary directories
test/test-cli-output/
# vim swap files
*.swp
*.swn
*.swo
2020-05-08 22:07:35 +00:00
# vscode
2020-05-10 23:15:41 +00:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json