Update gitignore

This commit is contained in:
belono 2019-06-24 23:19:37 +02:00
parent c86826101d
commit 6161b46d57
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -6,6 +6,7 @@ $~
.idea/ .idea/
.directory .directory
.cache/ .cache/
settings.json
# temporary data # temporary data
temp temp
@ -22,6 +23,9 @@ src/escpos/version.py
.hypothesis .hypothesis
.pytest_cache/ .pytest_cache/
# pyenv
.python-version
# testing temporary directories # testing temporary directories
test/test-cli-output/ test/test-cli-output/