Files
novelWriter/.gitignore
T
2020-04-26 20:39:02 +02:00

31 lines
332 B
Plaintext

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