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

# Virtual environments
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking / linting
.mypy_cache/
.ruff_cache/
.dmypy.json

# Editors
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# skeyd's own runtime state — never commit a real store, key, or audit log
.skeyd/
*.skeyd-store
store.json
store.key
policy.toml
audit.jsonl
!examples/**/policy.toml
