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
|
2016-09-02 14:56:12 +00:00
|
|
|
.cache/
|
2010-02-26 08:54:46 +00:00
|
|
|
|
|
|
|
# temporary data
|
|
|
|
temp
|
2015-12-30 15:58:28 +00:00
|
|
|
|
|
|
|
# packaging and testing
|
|
|
|
.tox/
|
|
|
|
*.egg-info/
|
2016-03-30 20:47:16 +00:00
|
|
|
.eggs/
|
2016-06-23 12:31:38 +00:00
|
|
|
*.egg
|
2016-03-08 14:20:12 +00:00
|
|
|
build/
|
|
|
|
dist/
|
2016-03-30 20:47:16 +00:00
|
|
|
.coverage
|
2016-07-17 09:17:43 +00:00
|
|
|
src/escpos/version.py
|
2016-07-23 23:53:37 +00:00
|
|
|
.hypothesis
|
2016-03-30 20:47:16 +00:00
|
|
|
|
|
|
|
# testing temporary directories
|
|
|
|
test/test-cli-output/
|
2017-02-03 16:19:11 +00:00
|
|
|
|
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swn
|
|
|
|
*.swo
|