24 lines
171 B
Plaintext
24 lines
171 B
Plaintext
# Dependencies
|
|
node_modules
|
|
agent/.venv
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
|
|
# Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Misc
|
|
*.log
|
|
*.md
|