Files
novelWriter/.gitignore
T
2020-05-30 11:42:09 +02:00

32 lines
322 B
Plaintext

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