# Setup/Install
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info

# Documentation
/docs/build/
novelWriter.qch
novelWriter.qhc

# Python Temp
__pycache__

# Sample Project
/nw/assets/sample.zip
/sample/cache
/sample/meta
*.bak
*.lock

# PyTest
/prof/
/htmlcov/
/tests/temp
/tests/lipsum/cache
/tests/lipsum/meta
/.pytest_cache
/pytestdebug.log

# Coverage
/.coverage
