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

# Virtual environments
.venv/
venv/
env/
.uv-python/
.uv-cache/
uv.lock

# IDE
.vscode/
.idea/
*.swp
.mcp.json
.ruff_cache/

# Evidence store output
.parallel-agents-output/
.parallel-agents/

# PyInstaller
*.spec.bak

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# npm wrapper
npm-wrapper/node_modules/

# pytest
.pytest_cache/
.coverage
htmlcov/

# local assistant workspace
.claude/

# local connector/gateway scratch
tmp-slack-test/
