33 lines
338 B
Plaintext
33 lines
338 B
Plaintext
# Setup/Install
|
|
/MANIFEST
|
|
/dist/
|
|
/build/
|
|
/deploy/
|
|
*.spec
|
|
*.egg-info
|
|
|
|
# Documentation
|
|
/docs/build/
|
|
novelWriter.qch
|
|
novelWriter.qhc
|
|
|
|
# Python Temp
|
|
__pycache__
|
|
|
|
# Sample Project
|
|
/sample/cache
|
|
/sample/meta
|
|
*.bak
|
|
*.lock
|
|
|
|
# PyTest
|
|
/prof/
|
|
/tests/temp
|
|
/tests/lipsum/cache
|
|
/tests/lipsum/meta
|
|
/.pytest_cache
|
|
/pytestdebug.log
|
|
|
|
# Coverage
|
|
/.coverage
|