# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib *.test *.out bin/ # Test binary *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories (remove the comment below to include it) # vendor/ # Go workspace file go.work go.work.sum # env file .env .env.* !.env.example # environment variables *.env # sqlite data data/ *.db *.db-shm *.db-wal *.sqlite *.sqlite3 # IDE and editor configurations .idea/ .vscode/ *.swp *.swo *~ .DS_Store # Temporary files or config files specific to this app config.yaml config.json logs/ .log