36 lines
385 B
Plaintext
36 lines
385 B
Plaintext
# ── 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
|