45 lines
363 B
Plaintext
45 lines
363 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build output
|
|
.next/
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
tmp/
|
|
*.exe
|
|
|
|
# Archives
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Backup
|
|
backup/
|
|
|
|
# Root-level docs
|
|
*.txt
|
|
*.html
|
|
INTERNSHIP_EXPERIENCE.md
|
|
system-panorama.html
|
|
|
|
# Claude config (local)
|
|
.claude/
|