with open(".env", "rb") as f: content = f.read() print(repr(content))