Files
catalyst/.gitignore
T
Conner Fromknecht b4b19a7555 USDT_BTC benchmark
This commit:
 * Adds a crypto_benchmark that can create benchmarks for symbols found on POLO
 * Changes default trading calendars to OPEN
 * Properly computes daily bar data from five minute POLO bars
 * Allows trading of one hundredth of a coin, later we plan to integrate per the
   ratio of a full coin to its base denomination.
2017-06-23 18:44:45 -07:00

81 lines
795 B
Plaintext

.bundle
db/*.sqlite3
log/*.log
*.log
tmp/**/*
tmp/*
*.swp
*~
#mac autosaving file
.DS_Store
*.py[co]
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
test.log
.noseids
*.xlsx
# Compiled python files
*.py[co]
# Packages
*.egg
.eggs/*
*.egg-info
dist
build
eggs
cover
parts
bin
var
sdist
develop-eggs
.installed.cfg
coverage.xml
htmlcov
nosetests.xml
# C Extensions
*.o
*.so
*.out
# git add -f if needed
*.c
# Vim
*.swp
*.swo
# Built documentation
docs/_build/*
# Un-tarred example data input. We should only commit the tarball.
tests/resources/example_data/*
# database of vbench
benchmarks.db
# Vagrant temp folder
.vagrant
# Intellij IDE temp project files
.project
zipline.iml
# PyCharm custom settings
.idea
# Pickle files
*.pickle
# data
./data
TAGS