Files
novelWriter/.gitignore
T
2019-10-31 16:44:38 +01:00

29 lines
309 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
# PyTest
tests/temp
.pytest_cache
pytestdebug.log
# Coverage
.coverage