Skip to content

Commit bccb236

Browse files
committed
update gitignore
1 parent 7a09e29 commit bccb236

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ __pycache__
1212
# setuptools
1313
*egg-info*
1414
dist/
15+
build/
1516

1617
# miscellaneous
1718
ddpg_DcSeries-Cont-v0_weights_actor\.h5f
1819
ddpg_DcSeries-Cont-v0_weights_critic\.h5f
1920

2021
# notebooks
2122
.ipynb_checkpoints/
22-
23-
envs/gym_dcm/__pycache__/
24-
25-
2623
examples/logs/
2724

28-
tests/.coverage
25+
# unit tests
26+
.coverage
27+

0 commit comments

Comments
 (0)