ESP32/.gitignore

42 lines
347 B
Plaintext

# Build artifacts
build/
sdkconfig
sdkconfig.old
*.pyc
*.o
*.a
*.so
*.bin
*.elf
*.map
firmware/
flash_args_*
# Temporary files
new_rules.part
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Emacs backup files
\#*\#
# Dependencies
dependencies/
managed_components/
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
# OS
.DS_Store
Thumbs.db