# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/

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

# OS
.DS_Store
Thumbs.db

# Generated
*.generated.txt

# Test outputs
test_output/
.coverage
htmlcov/

# Build and distribution
dist/
build/
*.egg-info/

# Publishing scripts (contains local credentials/configs)
publish_pypi.bat

# Secrets / environment variables (NEVER commit)
.env
.env.*
_sensitive_detail.txt

# pytest cache
.pytest_cache/

# VibeCollab local runtime data
.vibecollab.local.yaml
docs/developers/**/.metadata.yaml

# IDE MCP configuration (auto-generated by `vibecollab mcp inject`)
.mcp.json
.cursor/
.cline/
.codebuddy/
.openclaw/
.windsurf/
.roo/
.augment/

# Reference materials (not part of project source)
Reference/