From b5ece1ac37152c0122a4e5ddb05b7773584508d5 Mon Sep 17 00:00:00 2001 From: wystan_rin <2287220381@qq.com> Date: Tue, 24 Dec 2024 15:57:37 +0800 Subject: [PATCH] Initial commit --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 51 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed9427b --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +/data/ + +# Python: +*.ipynb +*/__pycache__ +/.vagrant +/scrapy.iml +*.pyc +_trial_temp* +dropin.cache +docs/build +*egg-info +.tox +venv +build +dist +.idea +htmlcov/ +.coverage +.pytest_cache/ +.coverage.* +.cache/ +.mypy_cache/ +/tests/keys/localhost.crt +/tests/keys/localhost.key +key.txt +key.txt.pub + +# Windows +Thumbs.db +ehthumbs.db +Desktop.ini +/interface_V1.4.1/factor_20221025_19h11m23s497031005/ +/interface_V1.4.0/factor_20221025_19h11m23s497031005/ +/interface_V1.4.1/stock_pool_generate/Factor1.pkl +/interface_V1.4.1/stock_pool_generate/Factor2.pkl +/interface_V1.4.1/stock_pool_generate/Stock_Daily_Quota.pkl +/interface_V1.4.1/stock_pool_generate/stockinfo_20220531.mat +/interface_V1.4.2/stock_pool_filled_by_median.parquet +/interface_V1.4.2/df_return_v2.pkl +/interface_V1.4.2/express.csv +/interface_V1.4.3/data/ +/interface_V1.4.4/data/ +/interface_V1.4.4/factor_20221101_04h26m10s912317697/ +/interface_V1.4.4/factor_20221101_16h48m09s362567077/ +/interface_V1.4.3/factor_20221101_04h26m10s912317697/ +/interface_V1.4.4/factor_20221102_12h44m03s289018784/ +/interface_V1.4.4/factor_20221103_05h19m50s115473665/ +/models/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b42e54 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# template +