forked from capitalone/federated-model-aggregation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (40 loc) · 1.06 KB
/
.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
**/.aws-sam/
**/.terraform
**/terraform.tfstate
**/terraform.tfstate.backup
**/.terraform.lock.hcl
**/*.zip
**/Pipfile.lock
**/__pycache__/**
**/venv*/**
feature_branch/
**/.DS_Store
.idea/
**/.coverage
**/.coverage.**
**/coverage.xml
**/junit_xml_test_report.xml
api_service/general.log
api_service/out.log
api_service/requirements.txt
api_service/artifacts/
api_service/staticfiles/
aggregator/requirements.txt
aggregator/artifacts/
aggregator/mediafiles/**
examples/django-deployment/mediafiles/
examples/django-deployment/artifacts/
examples/django-deployment/db.sqlite3
examples/django-deployment/dump.rdb
examples/client_examples/python_client/dataprofiler_developer/initial_model_schema.json
examples/client_examples/python_client/dataprofiler_developer/initial_model_weights.json
examples/client_examples/python_client/post_data.json
examples/client_examples/python_client/dataprofiler_clients/uui_temp_*.txt
examples/client_examples/python_client/dataprofiler_clients/logfile.log
**/*.egg-info/*
**/build/*
**/dist/*
docs/*
.vscode/*
**/node_modules/*
**/package-lock.json