adding web flasher tool
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,6 +1,22 @@
|
||||
.pytest_cache/
|
||||
__pycache__/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Python virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv/
|
||||
|
||||
# PyInstaller build artifacts
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# esp-idf built binaries
|
||||
build/
|
||||
build_*_*/
|
||||
|
||||
Reference in New Issue
Block a user