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

179
.gitignore vendored
View File

@ -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/