28 lines
176 B
Plaintext
28 lines
176 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Binaries
|
|
bot
|
|
worker
|
|
*.exe
|
|
|
|
# Logs
|
|
*.log
|
|
/tmp/deepres-*
|
|
|
|
# Reports
|
|
reports/
|
|
|
|
# Go
|
|
vendor/
|
|
*.sum
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
reports/
|