# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
site/
.eggs/

# Virtual environments
.venv/
venv/
env/
node_modules/

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.kicad_mcp/

# Type checking
.mypy_cache/
.dmypy.json

# Linting
.ruff_cache/

# Editors
.vscode/
.idea/
.history/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
!.env.example

# Build artifacts
*.whl
*.tar.gz

# KiCad output (generated files)
output/
kicad_output/

# Azure Pipelines local cache
.azure/local/

TEMP_FOLDER/
reports/

# Agent-local notes; never commit these
reports/autonomy_setup/
reports/phase*/
.agent/
.agent-reports/
AUTONOMY_RESULT.md
SETUP_LOG.md

# Build and scan artifacts regenerated in CI
out/
*.vsix
junit.xml
test-results.xml
*.tsbuildinfo
.vscode-test/
sbom.cdx.json
sbom.spdx
requirements-audit.txt
requirements-build.txt
.scan-results/
