chore: 清理 .gitignore 重复条目

This commit is contained in:
tukuaiai 2025-12-19 01:15:17 +08:00
parent 1a00ac4560
commit 328b53105b
1 changed files with 73 additions and 106 deletions

67
.gitignore vendored
View File

@ -1,10 +1,8 @@
# Python # Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.history/
*$py.class *$py.class
*.so *.so
*.jsonl
.Python .Python
build/ build/
develop-eggs/ develop-eggs/
@ -16,30 +14,18 @@ lib/
lib64/ lib64/
parts/ parts/
sdist/ sdist/
backups/
var/ var/
wheels/ wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
MANIFEST MANIFEST
*.csv
*.zip
*.jsonl
*.db
*.pyc
*.png
*.jpg
backups/
# Virtual Environment # Virtual Environment
.venv .venv/
env/ env/
venv/ venv/
ENV/ ENV/
env.bak/
venv.bak/
*.gz
# IDE # IDE
.vscode/ .vscode/
@ -48,37 +34,28 @@ venv.bak/
*.swo *.swo
*~ *~
.DS_Store .DS_Store
.history/
# Testing # Testing
.pytest_cache/ .pytest_cache/
.coverage .coverage
*.cover *.cover
*.py,cover
.hypothesis/ .hypothesis/
.pytest_cache/
# Logs # Logs
*.log *.log
*.log.[0-9]* logs/
*.out
logs/*.log
logs/*.out
# 项目特定 # Data files
*.csv
# Jupyter Notebook *.zip
.ipynb_checkpoints *.jsonl
*.db
# pyenv
.python-version
# Celery
*.pyc *.pyc
celerybeat-schedule *.png
celerybeat.pid *.jpg
*.pdf
# SageMath parsed files *.gz
*.sage.py
# Environments # Environments
.env .env
@ -87,21 +64,11 @@ celerybeat.pid
# mypy # mypy
.mypy_cache/ .mypy_cache/
.dmypy.json
dmypy.json
# backtest folder # Backup
src/backtest/ backups/
# Additional exclusions
.history/
.venv_patterns/
logs/
# Backup files
*.bak *.bak
*.tmp *.tmp
backups/gz/
*.pdf # Wiki (separate repo)
1 .github/wiki/
backups/