1
0
forked from cgvr/DeltaVR

generated images and models into gitignore

This commit is contained in:
Henri Sellis 2025-10-24 09:49:24 +03:00
parent 42d7c0059b
commit 8b3965d0b1
13 changed files with 9 additions and 29 deletions

View File

@ -0,0 +1,2 @@
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_API_TOKEN=

View File

@ -1,2 +1,4 @@
.venv
.env
.env
images/
models/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -22,8 +22,8 @@
"source": [
"load_dotenv()\n",
"\n",
"ACCOUNT_ID = os.environ[\"CF_ACCOUNT_ID\"]\n",
"API_TOKEN = os.environ[\"CF_API_TOKEN\"]"
"ACCOUNT_ID = os.environ[\"CLOUDFLARE_ACCOUNT_ID\"]\n",
"API_TOKEN = os.environ[\"CLOUDFLARE_API_TOKEN\"]"
]
},
{

View File

@ -8,8 +8,8 @@ from dotenv import load_dotenv
load_dotenv()
ACCOUNT_ID = os.environ["CF_ACCOUNT_ID"]
API_TOKEN = os.environ["CF_API_TOKEN"]
ACCOUNT_ID = os.environ["CLOUDFLARE_ACCOUNT_ID"]
API_TOKEN = os.environ["CLOUDFLARE_API_TOKEN"]
def get_timestamp():