40 lines
339 B
Plaintext
40 lines
339 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
.scaffold/
|
|
*.xpi
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Test
|
|
coverage/
|
|
|
|
# Nix
|
|
result
|
|
.direnv/
|
|
|
|
# AI agent artifacts
|
|
.agent-shell/
|
|
opencode.json
|
|
|
|
# Internal development artifacts
|
|
PLAN.md
|
|
zotero-notes-export.ts
|