﻿.venv/
__pycache__/
*.pyc
.env
*.bak
*.erc.*
*.pdf
*.net
.api_key.json
.recent_projects.json
.chat_history.json
.plan_history.json
.current_project.json

# Build and distribution
build/
dist/
release/
release_artifacts/
*.egg-info/
*.spec

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Temporary test files
temp_*.kicad_sch
