Files
novelWriter/.gitignore
T
2019-10-24 18:03:39 +02:00

26 lines
276 B
Plaintext

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