Files
novelWriter/.gitignore
T
2020-05-29 23:31:38 +02:00

30 lines
284 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
sample/*.bak
sample/*.lock
# PyTest
tests/temp
.pytest_cache
pytestdebug.log
prof/
# Coverage
.coverage