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

# Virtual environments
.venv

# Claude Code
.claude/

.mcp.json

# 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/**
