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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# uv
.python-version

# MkDocs
site/

# Environment
.env
.env.local

# Session handoff
HANDOFF.md

# Presidium — real Ed25519 private keys (GovernedRuntime's default key_dir).
# Real private key material must never be committed, even accidentally from
# an interactive run without an explicit key_dir override.
.presidium/
