Files
novelWriter/.gitignore
T
Veronica K. B. Olsen f6c4ac1da5 Added setup.py
2019-05-16 14:21:23 +02:00

20 lines
196 B
Plaintext

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