# Binaries bin/ *.exe *.exe~ *.dll *.so *.dylib # Test binary *.test # Output of go coverage *.out # Dependency directories vendor/ # Go workspace file go.work go.work.sum # Environment files .env .env.local .env.*.local # Database files *.db *.db-shm *.db-wal # Storage storage/attachments/* !storage/attachments/.gitkeep # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log server.log # Frontend (исключаем) frontend/ # Temporary files tmp/ temp/