Skip to content

Commit

Permalink
a big update
Browse files Browse the repository at this point in the history
  • Loading branch information
woldy committed Dec 26, 2023
1 parent e12eb93 commit 04eb7c0
Show file tree
Hide file tree
Showing 693 changed files with 3,634 additions and 60,801 deletions.
43 changes: 6 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,7 @@
data/config/*.conf
data/backtest/*
data/cache/factors/*
data/cache/index/*
data/cache/price/*
data/cache/price/single_factors_tmp2/*
data/cache/price/single_factors_tmp1/*
data/factors/code_factors/*
data/factors/date_factors/*
data/factors/single_factors/*
data/logs/backtest/*
data/logs/*.log
data/models/*
data/running/*
data/preds/*
research/notebook/*
__pycache__/
*.log
*.swp
*.csv
*.pkl
nohup.out
factors/namespace/
factors/indicators/
*.zip
research/.ipynb_checkpoints/
examples/demo-project/data/*
*.log
/datalogs/
logs/
ui/backend/conf/env.py
.ipynb_checkpoints
*/.ipynb_checkpoints/*
user/filter/*
user/indicators/*
user/strategies/*
user/research/*
user/train/*

*.pyc
__pycache__/
finhack.egg-info/
dist/
build/
20 changes: 0 additions & 20 deletions Dockerfile

This file was deleted.

7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
recursive-include finhack *
global-exclude *.log
global-exclude *.pkl
global-exclude *.conf
global-exclude __pycache__
global-exclude .git
global-exclude *.pyc
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

290 changes: 0 additions & 290 deletions astock/market.py

This file was deleted.

Loading

0 comments on commit 04eb7c0

Please sign in to comment.