# Virtual environment
.venv/
venv/
env/

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

# Distribution
*.manifest
*.spec

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OpenClaw Memory (index files)
.openclaw_memory/
index.db
index.db-wal
index.db-shm
state.json

# OS
.DS_Store
Thumbs.db
