-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (53 loc) · 838 Bytes
/
.gitignore
File metadata and controls
61 lines (53 loc) · 838 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
# ===== 공통 =====
# IDE / OS
.idea/
.vscode/
*.iml
.DS_Store
# 환경 변수 & 민감 정보
.env
*.secret
*.key
*.pem
# 로그
*.log
# ===== Java (Spring Boot) =====
/target/
# ===== Node.js (React / Vite) =====
node_modules/
dist/
# ===== Python (AI / Data) =====
__pycache__/
.ipynb_checkpoints/
*.pyc
/venv/
/env
/.vs
/.venv/
/venv310/
SISC_개인메모.md
wandb
AI/data/weights/
AI/backtests/results/
AI/.venv/
AI/data/weights/tcn/
AI/data/kaggle_data/
AI/data/weights/itransformer/*
!AI/data/weights/itransformer/.gitkeep
AI/config/trading.local.json
AI/tests/out/
AI/docs/
SISC_*.md
test_*.py
AI/data/kaggle_data/
*.parquet
*.pt
*.keras
*.pkl
# ===== Kaggle API 키 =====
kaggle.json
.kaggle/
# ===== Backend =====
backend/src/main/java/org/sejongisc/backend/stock/TestController.java
# ===== windows =====
.desktop.ini