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

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pyright/
.pytype/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# uv
.python-version
uv.lock

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Personal scratch (never committed)
working/

# KiCad rewrites its per-user local settings on open; never a fixture.
*.kicad_prl
