forked from comet-ml/opik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (49 loc) · 760 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
57
58
59
# Mac
.DS_Store
# IntelliJ
.idea/
*.iml
# Maven
target/
**/dependency-reduced-pom.xml
# FE related
/apps/opik-frontend/dist
/apps/opik-frontend/build
*.local
# dependencies
/apps/opik-frontend/node_modules
/apps/opik-frontend/.pnp
.pnp.js
# testing
/apps/opik-frontend/coverage
# Vagrant
**/.vagrant
# debug
/apps/opik-frontend/npm-debug.log*
/apps/opik-frontend/yarn-debug.log*
/apps/opik-frontend/yarn-error.log*
# Python development
*.egg
*.egg-info
dist
build
build/
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
__pycache__
pip-log.txt
.venv*
.ipynb_checkpoints
.python-version
# VS Code
.vscode
# charts
deployment/helm_chart/opik/charts
deployment/helm_chart/opik/values-cloud-test.yaml
deployment/helm_chart/opik/values-test.yaml
temp