We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a09e29 commit bccb236Copy full SHA for bccb236
1 file changed
.gitignore
@@ -12,17 +12,16 @@ __pycache__
12
# setuptools
13
*egg-info*
14
dist/
15
+build/
16
17
# miscellaneous
18
ddpg_DcSeries-Cont-v0_weights_actor\.h5f
19
ddpg_DcSeries-Cont-v0_weights_critic\.h5f
20
21
# notebooks
22
.ipynb_checkpoints/
-
23
-envs/gym_dcm/__pycache__/
24
25
26
examples/logs/
27
28
-tests/.coverage
+# unit tests
+.coverage
+
0 commit comments