docs: add README and .gitignore
This commit is contained in:
+17
@@ -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
|
||||
Reference in New Issue
Block a user