# Python bytecode
__pycache__/
*.pyc

# Build / packaging
build/
dist/
*.egg-info/

# Virtualenv
.venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment
.env

# Local testing — paired RSA key + ad-hoc scripts must never be committed
*.pem
test.py
*.log
