-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (73 loc) · 933 Bytes
/
Copy path.gitignore
File metadata and controls
95 lines (73 loc) · 933 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.smile
log
# Class and package files
*.class
*.jar
*.war
*.ear
# JVM crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Test data
/data
/model
**/*.db
# Native library
/deep/libtorch
# Clojure
.nrepl-port
.lein-repl-*
clojure/pom.xml*
clojure/.lein-failures
# Node.js
node_modules
# PyTorch checkpoints
*.pt
# Jupyter
.ipynb_checkpoints
# macOS
.DS_Store
# Generated
/doc
/website/_site/
/serve/src/main/resources/META-INF/resources/
/serve/src/main/webui/dist/
# SBT
.bsp
**/target
# Gradle
.gradle/
build/
# Eclipse
.project
.classpath
.settings/
.cache-main
.cache-tests
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nbproject
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env
# Python virtual environment
venv
# Plugin directory
/.quarkus/cli/plugins/
# TLS Certificates
*.cer
*.key
.certs/