# OS files
.DS_Store
Thumbs.db

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

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

# Keep sdkconfig defaults in repo
!sdkconfig.defaults.*

# ESP-IDF component manager output
managed_components/

# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json

# Logs and caches
*.log
.cache/

# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.so
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
dist/
build/
site/
pip-wheel-metadata/
*.egg-info/
.ipynb_checkpoints/

# Logs and caches
STEP.md

# config
ec_config.h
