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

# Project memory and plans (local only)
MEMORY.md
memory/
plans/

# Local debug scripts
_debug_*.py

# fw-context runtime data
.fw-context/

.lean-ctx

# AI tools
.claude/
.opencode/
.agents/
.codex/
.kilo/
.cursor/
.copilot/
.windsurf/
CLAUDE.md
AGENTS.md

# IDE
.vscode/
.idea/

# Tests
.pytest_cache/
.coverage
htmlcov/
.lean-ctx/
work/
tests/results/
docs/examples/raw/

# fw-context
compile_commands.json
mbed_config.h
.fw-context/local.toml
eim_config.toml
test-firmware/

# Backup and temporary files
*.bak
LEAN-CTX.md
