changed .gitignore
Browse files- .env +0 -8
- .gitignore +1 -1
.env
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
# Database configuration - using SQLite instead of PostgreSQL
|
| 2 |
-
DATABASE_PATH=emails.db
|
| 3 |
-
|
| 4 |
-
# API configuration
|
| 5 |
-
PORT=8000
|
| 6 |
-
|
| 7 |
-
# Model configuration
|
| 8 |
-
MODEL_PATH=Sparkonix/email-classifier-model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
|
@@ -27,7 +27,7 @@ var/
|
|
| 27 |
venv/
|
| 28 |
ENV/
|
| 29 |
env/
|
| 30 |
-
|
| 31 |
# IDE files
|
| 32 |
.idea/
|
| 33 |
.vscode/
|
|
|
|
| 27 |
venv/
|
| 28 |
ENV/
|
| 29 |
env/
|
| 30 |
+
.env
|
| 31 |
# IDE files
|
| 32 |
.idea/
|
| 33 |
.vscode/
|