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

# Virtualenv / tooling
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Secrets / certificates
.env
*.p12
*.pfx
*.pem
cert/
