45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
# ── Virtual Environment ──────────────────────────────────────
|
|
.flasher_env/
|
|
|
|
# ── Build/Output ─────────────────────────────────────────────
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# ── Python ───────────────────────────────────────────────────
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
|
|
# ── IDE ──────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# ── Session/Task Tracking ────────────────────────────────────
|
|
.tmp/
|
|
|
|
# ── Opencode (internal tooling) ──────────────────────────────
|
|
.opencode/
|
|
|
|
# ── Config overrides (user-specific) ─────────────────────────
|
|
config/zynq_flasher.yaml
|
|
|
|
# ── Logs ─────────────────────────────────────────────────────
|
|
*.log
|
|
# ── Vivado / JTAG temp files ──────────────────────────────────
|
|
vivado_*.backup.jou
|
|
xicom_zynq_bin*
|
|
*.pcapng
|