Files
novelWriter/.gitignore
T
2019-05-28 19:44:14 +02:00

21 lines
213 B
Plaintext

# Setup
MANIFEST
dist/
# Python Temp
__pycache__
# Sample Project
sample/**/cache
sample/**/wordlist.txt
sample/**/*.bak
sample/**/*.json
# PyTest
tests/temp
.pytest_cache
pytestdebug.log
# Coverage
.coverage