first commit

This commit is contained in:
2025-12-01 18:23:49 +01:00
commit 965e10f6b2
20 changed files with 1579 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build artifacts
*.bin
*.exe
*.adf
game_simple
test_minimal
giochino
# Python cache
__pycache__/
*.pyc
# Editor files
.vscode/
.idea/
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# Backup files
*.bak
*.old