first commit

This commit is contained in:
Joakim
2026-05-02 22:12:59 +02:00
commit 0348a3fb57
18 changed files with 2512 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Buildroot output
/build/
/output/
*.img
*.tar
*.tar.gz
# Editor / OS junk
*~
*.swp
*.swo
.DS_Store
.idea/
.vscode/
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.tox/
.venv/
*.egg-info/
dist/
build/
# Local overrides
local.mk
.env