# 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
