-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (50 loc) · 753 Bytes
/
.gitignore
File metadata and controls
55 lines (50 loc) · 753 Bytes
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
.classpath
.project
.settings
.factorypath
target
*.log
dependency-reduced-pom.xml
.DS_Store
.ipynb_checkpoints
node_modules
*.py[cod]
__pycache__
.pytest_cache
*.swp
.vscode/
cmake_build/
.idea/**
/deep-learning-on-flink/build/
[Bb]uild/
Pods
Podfile.lock
*.pbxproj
*.xcworkspacedata
xcuserdata/**
tfOnFlink/python/var
deep-learning-on-flink/**/bin
#**/*.so
**/*.dylib
**/*.egg-info
**/temp
# Android
.gradle
.idea
*.iml
local.properties
gradleBuild
ai_flow.egg-info/*
ai_flow/test/endpoint/aiflow.db
ai_flow/test/api/workflow_config.json
ai_flow/test/common/test.yaml
examples/**/generated/*
venv/*
dist/*
lib/notification_service/dist/*
**/logs/
**/saved_model/
**/pushed_model/
# docs generated
docs/_build
docs/reference/api/python/source_rst