-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
244 lines (205 loc) · 2.66 KB
/
.gitignore
File metadata and controls
244 lines (205 loc) · 2.66 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# Compiled class files
*.class
# Log files
*.log
logs/
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Shell Scripts
*.sh
# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Virtual machine crash logs
hs_err_pid*
replay_pid*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Gradle
.gradle
**/build/
!src/**/build/
gradle-app.setting
!gradle-wrapper.jar
!gradle-wrapper.properties
.gradletasknamecache
# IDE files
.idea/
*.iws
*.iml
*.ipr
.vscode/
.settings/
.classpath
.project
# Debug files
debug_*.java
debug_*.class
# Coverage reports
coverage.sh
*coverage*.md
# OS files
.DS_Store
Thumbs.db
*.iml
*.ipr
.vscode/
.settings/
.metadata
.classpath
.project
.factorypath
bin/
.recommenders/
# Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
# IntelliJ IDEA
.idea/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
# VS Code
.vscode/
# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
*~
# Test data files (generated during testing)
test_data.csv
train_data.csv
sample_dataset.csv
# ML model files (if any are generated)
*.model
*.pkl
*.pickle
# Dataset downloads (Kaggle integration)
datasets/
kaggle_cache/
*.zip
# Generated documentation
javadoc/
site/
# Backup files
*.backup
*.orig
*.rej
# Environment variables
.env
.env.local
.env.*.local
# Application specific
application-*.properties
application-*.yml
application-*.yaml
# Security files
kaggle.json
*.pem
*.p12
*.jks
# Performance test results
*.hprof
*.prof
# Spring Boot
spring.log
# JaCoCo coverage reports
jacoco.exec
jacoco-it.exec
# SonarQube
.sonar/
.scannerwork/
# Node modules (if any frontend components)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Python cache (if any Python scripts)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Documentation build
_build/
_static/
_templates/
.buildinfo
.doctrees
# Local configuration files
local.properties
config.local.*
# Dependency directories
lib/
libs/
# Generated files
generated/
target-eclipse/
target/
demo_models/
*.superml*
# Temporary documentation files
docs/*_REPORT.md
docs/*_SUMMARY.md
docs/*_UPDATE*.md
docs/COVERAGE_*.md
docs/DOCUMENTATION_*.md