Public Access
mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-11 10:28:45 -04:00
@@ -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
@@ -1,2 +1,4 @@
|
|||||||
.python-version
|
.python-version
|
||||||
__pycache__/
|
**/__pycache__/
|
||||||
|
|
||||||
|
**/.env
|
||||||
|
|||||||
@@ -7,6 +7,3 @@
|
|||||||
/dist/
|
/dist/
|
||||||
/docs/_build/
|
/docs/_build/
|
||||||
/src/*.egg-info/
|
/src/*.egg-info/
|
||||||
__pycache__/
|
|
||||||
|
|
||||||
.env
|
|
||||||
|
|||||||
Reference in New Issue
Block a user