28 lines
298 B
Plaintext
28 lines
298 B
Plaintext
# Setup/Install
|
|
MANIFEST
|
|
dist/
|
|
build/
|
|
deploy/
|
|
*.spec
|
|
|
|
# Documentation
|
|
docs/build/
|
|
|
|
# Python Temp
|
|
__pycache__
|
|
|
|
# Sample Project
|
|
sample/**/cache
|
|
sample/**/wordlist.txt
|
|
sample/**/sessionInfo.log
|
|
sample/**/*.bak
|
|
sample/**/*.json
|
|
|
|
# PyTest
|
|
tests/temp
|
|
.pytest_cache
|
|
pytestdebug.log
|
|
|
|
# Coverage
|
|
.coverage
|