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

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

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
.python-version
__pycache__/
**/__pycache__/
**/.env

3
backend/.gitignore vendored
View File

@@ -7,6 +7,3 @@
/dist/
/docs/_build/
/src/*.egg-info/
__pycache__/
.env