Files
vibe-coding-cn/.gitignore
tukuaiai 4916a9a349 build: 忽略 backups 目录
将 backups/ 目录添加到 .gitignore 文件中,以防止备份文件被 Git 跟踪。
2025-12-16 21:16:00 +08:00

105 lines
1008 B
Plaintext

# 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
# 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