docs: add basic README and .gitignore

This commit is contained in:
2025-11-03 20:58:32 +01:00
parent bbb142e770
commit 1e52a02022
2 changed files with 10 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# ignore build caches
*.log
node_modules/
.DS_Store
__pycache__/
.env