# ESP-IDF Build Output build/ sdkconfig sdkconfig.old *.pyc # Dependencies dependencies.lock managed_components/ # Flash Download Tool flash_project_args # VS Code .vscode/ *.code-workspace # Eclipse .cproject .project .settings/ # CLion .idea/ cmake-build-*/ # Emacs *~ \#*\# .\#* # Vim *.swp *.swo *~ # macOS .DS_Store # Windows Thumbs.db # Python virtual environments (for ESP-IDF) venv/ .venv/ env/ .env/ # Component build artifacts **/*.o **/*.a **/*.so **/*.elf **/*.bin **/*.map # Logs *.log # Menuconfig backups sdkconfig.defaults.* !sdkconfig.defaults # pytest cache .pytest_cache/ __pycache__/ # Coverage files *.gcno *.gcda *.gcov # Secrets secrets.h .cache