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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Traces (local only)
traces/
*.jsonl

# Local development files (not for repo)
CLAUDE.md
TECHNICAL_SPEC.md
INTEGRATION_SPEC.md
*.docx
*.doc
/nanobot/
prompts/
demo.py
demo_traces/
.gemini/
.antigravityignore

# Vendored OpenClaw source
openclaw/node_modules/

# Plugin build artifacts
plugins/openclaw/dist/
plugins/openclaw/node_modules/
