# Setup/Install
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info
setup.iss
novelwriter.desktop

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

# Python Temp
__pycache__
*.pyc

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

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

# Coverage
/.coverage
