dmx-interface/.gitignore
HendrikRauh 4d8be45e48 Add sdkconfig.defaults and tasks.py for project configuration and build automation
- Created sdkconfig.defaults to store default configuration settings for the project.
- Added tasks.py to define various build and management tasks using Invoke
2026-03-05 16:29:29 +01:00

59 lines
846 B
Text
Executable file

# .gitignore für ESP-IDF / CMake-Projekt
# --- Build artefacts -----------------------------------------------------
/build/
*.elf
*.bin
*.hex
*.map
*.img
# CMake / build system
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ESP-IDF specific
sdkconfig
sdkconfig.old
flasher_args.json
flash_args*
flash_app_args
flash_bootloader_args
flash_project_args
bootloader-prefix/
project_description.json
managed_components/
# Component build directories
components/**/build/
partition_table/build/
# IDEs / editors / OS
.vscode/
.idea/
*.swp
*~
.DS_Store
# direnv (local environment/profile cache)
.direnv/
# Python / virtualenvs
__pycache__/
*.pyc
venv/
venv*/
.env
# Logs / temp
*.log
*.tmp
*.bak
# Misc
*.local
# Keep Snyk instructions file tracked (project policy)
# .github/instructions/snyk_rules.instructions.md