16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
# Python Temp
|
|
__pycache__
|
|
|
|
# Sample Project
|
|
sample/**/cache
|
|
sample/**/wordlist.txt
|
|
sample/**/*.bak
|
|
|
|
# PyTest
|
|
tests/temp
|
|
.pytest_cache
|
|
pytestdebug.log
|
|
|
|
# Coverage
|
|
.coverage
|