# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.venv

# credsift runtime files
*.db
results.csv
results.json

# macOS
.DS_Store

# pytest
.pytest_cache/
.coverage
htmlcov/