ai cooking
1# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7/cmd/careme/careme
8/careme
9
10# Test binary, built with `go test -c`
11*.test
12
13# Output of the go coverage tool, specifically when used with LiteIDE
14*.out
15
16# Dependency directories (remove the comment below to include it)
17# vendor/
18
19# Go workspace file
20go.work
21
22# IDE files
23.vscode/
24.idea/
25
26# OS files
27.DS_Store
28Thumbs.db
29
30#secrets
31.env
32.envtest
33.envprod
34secrets/**/*.env
35
36tailwind/node_modules/
37
38# Cache directory and compiled binary
39cache/
40careme
41bin/