# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Build artifacts
build/
dist/

# Virtualenvs
.venv/
venv/

# Local/runtime files
tmp/
*.db

# Runtime SQLite inventory databases, including backup/WAL/SHM variants.
[iI][nN][vV][eE][nN][tT][oO][rR][yY].[dD][bB]
[iI][nN][vV][eE][nN][tT][oO][rR][yY].[dD][bB]-*
[iI][nN][vV][eE][nN][tT][oO][rR][yY].[dD][bB].*
/.openclaw-security-audit/
