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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Lint
.ruff_cache/

# Audit DB
diplomat-audit.db

# IDE
.idea/
.vscode/
*.swp
demos/openclaw/demo-audit.db
