# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
demo/
/tmp/agentgate-verify-policy.yaml

# Build outputs
dist/
build/
*.egg-info/

# AgentGate runtime artifacts
/tmp/agentgate-asks.jsonl
/tmp/agentgate-verify-policy.yaml

# Editor
.vscode/
.idea/
*.swp

# Coverage artifacts
.coverage
coverage.json
htmlcov/
