docs: add README and .gitignore

This commit is contained in:
2026-06-23 20:01:37 +02:00
parent 160821c7f5
commit ffe7a0f03f
2 changed files with 61 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Agent ignored files
temp*.txt
scratch/
.venv/
venv/
*.tmp
*.log
# macOS
.DS_Store
# Editor
.vscode/
# Dependencies (just in case they get added later)
node_modules/
package-lock.json