More fixes.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-06 15:57:14 -04:00
parent 21aab0a272
commit b4b47efe23
3 changed files with 6 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
# .env.example - contains basic environment variable configurations.
# Copy this file to .env and fill in the actual values before running the application.
# Do not commit the .env file to version control as it may contain sensitive information.
# ============================= # =============================
# Backend Database Configuration # Backend Database Configuration
+3 -1
View File
@@ -1,2 +1,4 @@
.python-version .python-version
__pycache__/ **/__pycache__/
**/.env
-3
View File
@@ -7,6 +7,3 @@
/dist/ /dist/
/docs/_build/ /docs/_build/
/src/*.egg-info/ /src/*.egg-info/
__pycache__/
.env