Files
novelWriter/.gitignore
T
2020-08-03 22:46:43 +02:00

31 lines
306 B
Plaintext

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