# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
build/
dist/
.installed.cfg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# uv (commit uv.lock for application/dev reproducibility; only cache excluded)
.uv-cache/

# Testing
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
.cache

# Type checkers
.mypy_cache/
.pyre/
.pytype/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# kproj-specific
.kproj-staging/

# KiCad per-user local state (regenerated on demand by kicad-cli)
*.kicad_prl
