Skip to content

Commit 973642e

Browse files
authored
Merge pull request #24 from Ariyan-Pro/thorough-functionality-testing-7dfc3
Update from task 2748e2f7-c2c7-45b4-9fc0-d96b4b97dfc3
2 parents b87995a + c980fd6 commit 973642e

47 files changed

Lines changed: 3100 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ wheels/
2020
*.egg-info/
2121
.installed.cfg
2222
*.egg
23+
MANIFEST
2324

2425
# Logs
25-
logs/
2626
*.log
27+
logs/
2728

28-
# Experiment results and data files
29-
*.json
29+
# Models and data
30+
models/
3031
*.joblib
3132

3233
# Environment
@@ -42,6 +43,7 @@ ENV/
4243
.idea/
4344
*.swp
4445
*.swo
46+
*.tmp
4547

4648
# OS
4749
.DS_Store

0 commit comments

Comments
 (0)