asp.net core is precompiled, so it is only dll's and the wwwroot folder. earlier version used a more complex folder structure, but it was simplified.
unless you are using a localdb, there are no database files. if you use a localdb its in the publish root. sqlite is the typical local db and the database file is named app.db