first commit
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# ── Python ──
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
|
||||
# ── Virtual Environment ──
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# ── IDE ──
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# ── PyInstaller Build ──
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
|
||||
# ── Logs ──
|
||||
*.log
|
||||
flash_log.txt
|
||||
|
||||
# ── Firmware files (optional, uncomment if needed) ──
|
||||
# *.bin
|
||||
# *.hex
|
||||
# *.uf2
|
||||
Reference in New Issue
Block a user