# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Documentation build output
site/

# Environments
.env
.venv
env/
venv/
ENV/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Testing / Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
.hypothesis/

# Type checkers
.mypy_cache/
.pytype/
.pyre/

# Databases
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
test_auth*.db
test_authority*.db*

# Secrets
*.pem
*.key
*.env.*
!.env.example
mfa_secrets*.txt

# HIBP offline file
pwned-passwords-*.txt
