Files
novelWriter/.gitignore
T
2020-09-29 21:10:21 +02:00

39 lines
418 B
Plaintext

# Setup/Install
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info
# 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