esp32/domestic-climate-monitor/.gitignore
2026-01-13 18:30:18 +00:00

75 lines
680 B
Text

# 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