# Python-generated files
__pycache__/
.pytest_cache/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.ruff_cache/
.coverage
.hypothesis/

# Virtual environments
.venv

# Claude Code
.claude/

# Codex reads the local AGENTS.md symlink to CLAUDE.md.
AGENTS.md

.mcp.json

# CodeGraphContext (MCP) local index config
.cgcignore

# Runtime artifacts
workspace/
ltspice-mcp.toml
.ltspice-mcp/
*.raw
*.log
*.op.raw
*.net
*.exe.log

# Checked-in test fixtures are intentional inputs, not runtime artifacts —
# never ignore them (recorded real .raw/.log decks back the regression suite).
!tests/fixtures/**

# packaged Desktop Extensions (build artifacts)
*.mcpb

# git worktrees kept inside the project (branch checkouts, never committed)
worktrees/
