__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.idea/
.vscode/
.DS_Store

# Local audit logs
examples/fastapi_llm_guard/audit.jsonl
