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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# ClawAgents runtime
.clawagents/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Logs
*.log
