FA3-Datafetch/.gitignore
xucheng f42127f12e 从 Git 仓库移除 server.log 并更新 .gitignore
- 删除根目录的 server.log 文件(保留本地副本)
- 在 .gitignore 中添加 *.log 规则,防止日志文件被追踪
2026-01-15 15:51:35 +08:00

34 lines
258 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
.venv/
venv/
ENV/
env/
# IDEs
.vscode/
.idea/
# Database
*.db
*.sqlite3
stock_analysis.db
# OS
.DS_Store
# Project specific
data/
reports/
logs/
tests/
backend/server.log
# Log files
*.log