# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
env/
.venv/

# Python build artifacts (sdist/wheel from `python -m build`)
build/
dist/
*.egg-info/
.eggs/

# Environment variables
.env
.env.local

# Key pairs and secrets (public key is intentionally shipped)
*.pem
*.key
signature.bin

# Temporary files & logs
*.log
*.bin
tmp/
temp/
.prismor-warden/

# Generated hook configs (created by install-hooks, user-specific paths)
.claude/settings.json
.cursor/hooks.json
.windsurf/hooks.json

# Scaffolded plugin packages (created by install-hooks --agent openclaw/hermes)
warden/openclaw-plugin/
warden/hermes-plugin/

# IDEs and OS files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
assets/*