From b0ffedc6aff4316c4bca5ad974db9cca0ffa8390 Mon Sep 17 00:00:00 2001 From: Simon Moisy Date: Fri, 9 May 2025 12:25:08 +0800 Subject: [PATCH] Update .gitignore to include additional files and modify README header --- .gitignore | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0dbf2f2..339af5f 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +An introduction to trading cycles.pdf +An introduction to trading cycles.txt +README.md +.vscode/launch.json +data/btcusd_1-day_data.csv +data/btcusd_1-min_data.csv diff --git a/README.md b/README.md index f6a4df5..63767a6 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Cycles +# Cycles