40 lines
412 B
Text
40 lines
412 B
Text
.aider*
|
|
|
|
# Go build artifacts
|
|
/inventory
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# SQLite database files
|
|
*.sqlite
|
|
*.db
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
web/node_modules/
|
|
web/dist/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
/artifacts/
|