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