# Python Temp
__pycache__

# Sample Project
sample/**/cache
sample/**/wordlist.txt
sample/**/*.bak

# PyTest
tests/temp
.pytest_cache
pytestdebug.log

# Coverage
.coverage
