# IDE
.idea/
.vscode/

# Virtualenv
venv*/

# Cache
__pycache__
*.pyc
.cache/

# Testing
.pytest_cache
test/
.coverage
htmlcov/
temp-*/
buckets.txt

# Pip build
build/
dist/
S3Scanner.egg-info/