Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kismuz committed Jun 3, 2017
1 parent b078aa3 commit 882159f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Backtrader gym

workbench/

data_samples/

build/

dist/

gym_bt.egg-info


38 changes: 18 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added gym_bt/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file added gym_bt/envs/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file added gym_bt/envs/__pycache__/bt_env.cpython-36.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

setup(name='gym_bt',
version='0.0.1',
install_requires=['gym', 'backtrader[plotting]', 'pyzmq']
install_requires=['gym', 'backtrader[plotting]', 'pyzmq', 'numpy']
)

0 comments on commit 882159f

Please sign in to comment.