forked from ugr-sail/sinergym
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (41 loc) · 743 Bytes
/
.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
# Python stuff
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints
*.egg-info
#vscode conf
.vscode
# Other softwares
EnergyPlus*/
bcvtb/
# Simulation outputs
Eplus-env*/
# Extra config simulation idf generated
sinergym/data/buildings/*_extra.idf
#Socket.cfg in tests
socket.cfg
# Tensorboard mlflow and models outputs
tensorboard*/
*.zip
best_model*/
mlruns/
# Google storage credentials
google-storage.json
# Google Cloud MLflow server start script
start_mlflow_tracking.sh
# Source docs _build directory generation using RST preview in Visual Studio Code
docs/source/_build/
docs/build/
#dist folder for pypi packages
dist/
#.pytest_cache
.pytest_cache/
#.pytype
.pytype/
#coverage
.coverage
codecov
coverage.xml
#wandb
wandb/