We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755a797 commit bc75f7dCopy full SHA for bc75f7d
.env
@@ -0,0 +1 @@
1
+USER_IMAGES_PATH=./path/to/your/images
.gitignore
@@ -132,6 +132,9 @@ ENV/
132
env.bak/
133
venv.bak/
134
135
+# Unignore the specific .env file in root
136
+!/.env
137
+
138
# Spyder project settings
139
.spyderproject
140
.spyproject
0 commit comments