mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-08-05 14:10:58 -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
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
.python-version
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
|
||||
**/.env
|
||||
|
||||
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
@@ -7,6 +7,3 @@
|
||||
/dist/
|
||||
/docs/_build/
|
||||
/src/*.egg-info/
|
||||
__pycache__/
|
||||
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user