Files
novelWriter/.gitignore
T

13 lines
150 B
Plaintext

# Python Temp
__pycache__
# Sample Project
sample/**/cache
sample/**/wordlist.txt
sample/**/*.bak
# PyTest
tests/temp
.pytest_cache
pytestdebug.log