forked from catboost/catboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (42 loc) · 753 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
*.a
*.dSYM
*.orig
*.pyc
*.rej
*.so
*.swp
*.tmp
.bzr
.gdb_history
.hg
.hglf
.idea
.om.cache
.ropeproject
.svn
.vscode
/.gcc-compiler
/.gxx-compiler
/.ycm
/local.cmake
/local.ymake
om.conf.local
test-results
/msvs/Debug/*
/msvs/Release/*
catboost/rust-package/target/
catboost/rust-package/catboost-sys/target/
catboost/app/catboost
catboost/libs/model_interface/*.dylib*
catboost/pytest/catboost-pytest
catboost/tools/limited_precision_dsv_diff/limited_precision_dsv_diff
catboost/tutorials/apply_model/rust/target/
catboost/tools/limited_precision_json_diff/limited_precision_json_diff
# R build artifacts
catboost*.tar.gz
catboost.Rcheck/
# widget build artefacts
node_modules/
**/widget/js/dist/
**/widget/labextension
**/widget/nbextension