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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Aegize runtime artifacts
audit.jsonl
examples/audit.jsonl
examples/demo_audit.jsonl

# OS
.DS_Store

# Local tooling / editor
# Ignore local Claude settings, but keep the committed usage guide.
.claude/*
!.claude/README.md
.idea/
.vscode/

# Video build artifacts (PNG sequences)
build/
