I know .env is hidden in public repls, what else is? Is there a directory I can put a SQLite database in so it’s private even if the repl is public?
.env
doesn’t exist on replit sadly. There is no file you can put that is not visible
That’s unfortunate… alright, thank you
your welcome, yeah I was also saddend by the change
Welcome to ask! People can still see your repl’s hidden files. You could maybe try using secrets!
if you read, he wants a hidden file as in cannot be accessed at all afaik you can press show hidden files
to show those
Ye that’s what I was saying. I just fixed it to make it more clear.
As others have stated, this sadly is not possible. There are only two ways to make stuff private on Replit: either use a SECRET
(probably not going to help in this case) or make a private Repl (paid plan, and then people won’t see the cover page, but they could visit the website if the Repl hosted one).