forked from mindsdb/mindsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (52 loc) · 805 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
**/*.pyc
*__pycache__*
var
etc
.idea
mindsdb/logs
mindsdb/logs
logs
tests/temp
/integration_tests/flows/config/*
my_model.zip
model.py
tests/integration_tests/flows/model.py
tests/integration_tests/flows/my_model.zip
distributions/docker-compose/*/storage
venv/*
env/*
mindsdb-venv/*
root
static
tmp
.pytest_cache
tests/prediction_latency_test/*.csv
storage_dir
docker/dist/*
.directory
MindsDB.egg-info/*
/build
# Autokeras generated files
auto_model
autokeras
structured_data_classifier
structured_data_regressor
mindsdb/integrations/handlers/autokeras_handler/structured_data_classifier
# VisualStudioCode
.vscode
.vscode/*
.history
doc/lib/
run.csh
# Virtualenv
mindsdb/bin
mindsdb/lib
mindsdb/lib64
pyvenv.cfg
.python-version
.DS_Store
mindsdb/Scripts
mindsdb/Include
xgboost
# Docs
node_modules