-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (46 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
53 lines (46 loc) · 1.07 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
# ============================================================
# Data — MovieLens usage terms ห้าม redistribute raw dataset
# notebook/CLI จะดาวน์โหลดตอน runtime เท่านั้น ห้าม commit
# ============================================================
data/
*.zip
*.csv
*.parquet
# Generated artifacts (reproducible from pipeline — ไม่ commit binary ใหญ่)
artifacts/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.python-version
# Testing / tooling
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/
# Jupyter
.ipynb_checkpoints/
# OS / IDE
.DS_Store
.idea/
.vscode/
# Secrets — ห้ามมี credentials ใน repo เด็ดขาด
.env
.env.*
*.pem
*.key
credentials*.json
# Internal planning + working documents — เก็บเป็นส่วนตัว ไม่เผยแพร่ใน public repo
*.docx
docs/COMPLETION_PLAN.md
docs/IMPROVEMENT_PLAN.md
docs/DEVELOPMENT_LOG.md
docs/PROJECT_STATUS.md
docs/interview_prep.md
docs/model_card.md