# Secrets — NEVER commit
.env
.env.*
!.env.example
*.pem
*.key

# uv / Python
.venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.benchmarks/
.tox/

# AgentGuard runtime
.agentguard/
agentdb.rvf
agentdb.rvf.lock
ruvector.db
_inspect_log/
_robot_out/
_robot_out*/
logs/

# Robot Framework outputs
output.xml
log.html
report.html
robot_*.log

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