# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
*.egg-info/

# Build
dist/
build/
site/

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.cache/

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

# OS
.DS_Store
Thumbs.db

# Verify scripts (run locally, never commit)
verify_*.py
scripts/verify_*.py

# Aevum development — never commit (Phase 0+)
aevum_principles.key
signed_principles_draft.yaml
tools/sign_principles.py

# Private keys — never commit
*.key
*.pem

# OpenSSF Scorecard output (Phase 0+)
results.sarif
verify_phase3.py
verify_phase7.py
verify_phase8.py
verify_phase*.py
