-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (77 loc) · 1.24 KB
/
.gitignore
File metadata and controls
93 lines (77 loc) · 1.24 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
.venv/
venv/
ENV/
env/
# Large data files (not for GitHub)
runs_*/
*.h5
*.hdf5
*.fit
*.fit.gz
*.csv
!docs/topics/**/*.csv
!docs/core/**/*.csv
timeseries*.csv
research_uet/zip/
/research_uet/lab/outputs/
/research_uet/data_vault/
*.zip
*.npy
*.fits
# IDE
.idea/
.vscode/
*.swp
*.swo
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Jupyter
.ipynb_checkpoints/
# Testing
.pytest_cache/
.coverage
htmlcov/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
*.out
# Local configs
.env
*.local
# Rust build artifacts
target/
uet_core/target/
# Compiled binaries (distribute via GitHub Releases)
uet_miner/uet_miner.exe
uet_miner/uet_miner_linux
# API keys / local config (NEVER commit these)
research_uet/knowledge_base/config.toml
research_uet/knowledge_base/cost_log.jsonl
# ML model cache
uet_api/.fastembed_cache/
# Node
node_modules/
.next/
.obsidian/
/uet_history/
/uet_knowledge_state.json
# Local Cache and States
uet_knowledge_state.json
uet_miner/target/
uet_miner/*.exe
uet_miner/*_linux
uet_web/.next/
uet_web/node_modules/
uet_web/.env
# Archived non-research platform/prototype material, if temporarily restored locally.
_archive_non_research/