Skip to content

Commit b33effb

Browse files
committed
Update English posts of "data-mining" and "pytorch"
1 parent 6b4f758 commit b33effb

4 files changed

Lines changed: 1097 additions & 1573 deletions

File tree

.gitignore

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
public
2-
resources
1+
# ---- Hugo ----
2+
public/
3+
resources/
34
.hugo_build.lock
5+
6+
# ---- OS ----
47
.DS_Store
8+
Thumbs.db
9+
desktop.ini
10+
11+
# ---- Custom/Project specifics ----
512
assets/jsconfig.json
613
translation_prompt.md
7-
.gitignore
14+
15+
# ---- IDE / Editor ----
16+
# .vscode/
17+
# .idea/
18+
*.swp
19+
20+
# ---- Node ----
21+
node_modules/
22+
23+
# ---- Env ----
24+
.env
25+
.env.*

0 commit comments

Comments
 (0)