first commit

This commit is contained in:
David Ali
2026-01-19 17:35:37 +01:00
commit 57814ce683
7 changed files with 646 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# --- Build Artifacts ---
# Directories created by Makefile
bin/
obj/
# Object files
*.o
# --- Temporary & Editor Files ---
# Vim swap files
*.swp
*.swo
# VS Code settings
.vscode/
# Linux/General backups
*~
*.bak
# --- System ---
.DS_Store