21 lines
218 B
Plaintext
21 lines
218 B
Plaintext
# 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
|
|
|
|
# Environment variables
|
|
.env
|