Files
Mira_Firmware_Loader/.gitignore
2026-03-06 22:19:58 +07:00

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