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

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

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

# Cache
.cache/

# Environment
.env
.env.local

# Kiro (local IDE config)
.kiro/

# Runtime config (use .example as template)
lark-mcp-bridge.toml

# Logs
*.log
logs/

# Internal docs (not for public)
docs/
