# Agent workspace (local only)
.agent/
.claude/
.serena/
.zencoder/
.zenflow/
tmpclaude-*-cwd/

# netcoredbg binary (download separately)
bin/netcoredbg/

# MCP configuration (contains secrets)
.mcp.json

# Debug tools
.mcp-debug-tools/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
/build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# .NET
bin/
obj/

.engram-project


.tmp/


.pytest_cache_local/
.pytest_tmp/
.manual_app_type_checks/
bridge/obj-codex/

