Skip to content

Commit 43e71a0

Browse files
committed
Resolve conflicts, delete dead code, fix tests, always malicious, fix CORS, SQLite
1 parent 6ba6f5e commit 43e71a0

26 files changed

Lines changed: 510 additions & 3482 deletions

.gitignore

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
<<<<<<< HEAD
21
# Python
32
__pycache__/
43
*.py[cod]
54
*.egg-info/
5+
.pytest_cache/
66
.venv/
77
venv/
8-
# *.joblib # committed for Render deployment
8+
*.log
9+
10+
# Keep joblib/pkl committed (models/pe_detector.joblib is tracked)
11+
# *.joblib
12+
# *.pkl
913

1014
# Node
1115
node_modules/
@@ -23,17 +27,13 @@ Thumbs.db
2327
data/*.csv
2428
data/*.h5
2529
data/*.pkl
30+
data/*.db
31+
data/*.db-*
2632
data/ember*/
27-
=======
28-
__pycache__/
29-
*.pyc
30-
.pytest_cache/
31-
.venv/
32-
*.pkl
33+
data/samples/
34+
35+
# Dotenv
3336
.env
37+
38+
# Dead code model
3439
model/model.pkl
35-
data/samples/
36-
*.log
37-
data/*.db
38-
data/*.db-*
39-
>>>>>>> d8f7c610f6fce2d625fc14812ad376c23cba466c

api/database.py

Lines changed: 0 additions & 127 deletions
This file was deleted.

api/main.py

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)