From 97d873b6dc13a001c0a3d6459afcee5c9160c359 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Wed, 1 Jul 2026 21:05:29 +0800 Subject: [PATCH] Remove project-level cursorrules (moved to global ~/.cursorrules) --- .cursorrules | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .cursorrules diff --git a/.cursorrules b/.cursorrules deleted file mode 100644 index 68d54fa..0000000 --- a/.cursorrules +++ /dev/null @@ -1,28 +0,0 @@ -# Cursor Rules - -## Git Remote Configuration - -- **Remote name**: `all8ai` -- **URL**: `https://git.all8ai.top/freedak/timesfm.git` -- **Username**: `freedak` -- **Password**: `Why_701208` -- **Default branch**: `master` - -## Push Commands - -```bash -# Push to all8ai remote -git push all8ai master - -# Add new remote if needed -git remote add all8ai https://freedak:Why_701208@git.all8ai.top/freedak/timesfm.git -``` - -## Project Info - -- This is a fork of Google Research's TimesFM (Time Series Foundation Model) -- Added stock prediction experiments (AAPL forecast + backtest) -- Python virtual environment at `.venv/` -- Activate: `source .venv/bin/activate` -- Run forecast: `python stock_forecast.py` -- Run backtest: `python stock_backtest.py`