-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
67 lines (56 loc) · 1.18 KB
/
.gitignore
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
# Ignore Jupyter checkpoints
.ipynb_checkpoints/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Cache folders for pytests
.pytest_cache/
# Editors, OS
.idea/
.vscode/
.DS_Store
Thumbs.db
#MLflow runs
mlruns/
# CatBoost, serialized models etc.
catboost_info/
*.bin
*.pkl
model.txt
run_context.yaml
dist/
.pyre/
# Dynamic versioning
training/xtime/_version.py
# cycle_accurate folder
## autogen.sh
cycle_accurate/src/libltdl/
cycle_accurate/autom4te.cache/
cycle_accurate/config/*
!cycle_accurate/config/sst_core_check_install.m4
cycle_accurate/*.m4
cycle_accurate/configure
cycle_accurate/Makefile.in
## run_config.sh
cycle_accurate/src/sst_xtime_config.h
cycle_accurate/src/sst_xtime_config.h.in
cycle_accurate/src/stamp-h1
cycle_accurate/Makefile
cycle_accurate/libtool
cycle_accurate/*.log
cycle_accurate/*.status
## make install
cycle_accurate/lib/
cycle_accurate/.libs/
cycle_accurate/.deps/
cycle_accurate/*.la
cycle_accurate/*.lo
cycle_accurate/*.inc
## run code
cycle_accurate/tests/__pycache__/
cycle_accurate/log/
cycle_accurate/data/**/*.dat
cycle_accurate/docs/
compiler/notebooks/dac23_variability_xgb.ipynb
compiler/notebooks/master_notebook_single_task.ipynb