From 328b53105b3222850c1be7b98357a9e7c7720121 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Fri, 19 Dec 2025 01:15:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=20.gitignore=20?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 179 ++++++++++++++++++++++------------------------------- 1 file changed, 73 insertions(+), 106 deletions(-) diff --git a/.gitignore b/.gitignore index 9861809..3091422 100644 --- a/.gitignore +++ b/.gitignore @@ -1,107 +1,74 @@ -# Python -__pycache__/ -*.py[cod] -.history/ -*$py.class -*.so -*.jsonl -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -backups/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST -*.csv -*.zip -*.jsonl -*.db -*.pyc -*.png -*.jpg -backups/ - -# Virtual Environment -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ -*.gz - -# IDE -.vscode/ -.idea/ -*.swp -*.swo -*~ -.DS_Store - -# Testing -.pytest_cache/ -.coverage -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ - -# Logs -*.log -*.log.[0-9]* -*.out -logs/*.log -logs/*.out - -# 项目特定 - -# Jupyter Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# Celery -*.pyc -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.env.local -.env.*.local - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# backtest folder -src/backtest/ - -# Additional exclusions -.history/ -.venv_patterns/ -logs/ - -# Backup files -*.bak -*.tmp -backups/gz/ -*.pdf -1 +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual Environment +.venv/ +env/ +venv/ +ENV/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store +.history/ + +# Testing +.pytest_cache/ +.coverage +*.cover +.hypothesis/ + +# Logs +*.log +logs/ + +# Data files +*.csv +*.zip +*.jsonl +*.db +*.pyc +*.png +*.jpg +*.pdf +*.gz + +# Environments +.env +.env.local +.env.*.local + +# mypy +.mypy_cache/ + +# Backup backups/ +*.bak +*.tmp + +# Wiki (separate repo) +.github/wiki/