# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log

# ESP-IDF build artifacts
sdkconfig
sdkconfig.old
managed_components/
dependencies.lock

# Zephyr build artifacts
build-*/

# Temp files
tmp/
OVERNIGHT_IDEAS.md

# Research artifacts
results/

# CCS/C2000 build artifacts
*.out
*.obj
*.map

# Session/planning artifacts
.plan.md
SESSION_SUMMARY.md
C2000-BUILD-SUMMARY.md
stress_test_results.json
devices.json
OVERNIGHT_*.md
*-NOTES.md
docs/*PLAN*.md
docs/*plan*.md

# CCS Debug build output
**/Debug/

# ST AI workspace artifacts
st_ai_output/
st_ai_ws/
