Files
ai_mip/.gitignore
2026-01-21 14:33:10 +08:00

100 lines
939 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# 虚拟环境
venv/
ENV/
env/
.venv
# 环境变量配置文件
.env
.env.local
.env.*.local
.env.development
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# 日志文件
*.log
logs/
log/
logs_dev/
# 测试截图和数据
test_screenshot*.png
screenshot*.png
test/
test_concurrent/
screenshots/
*.png
*.jpg
*.jpeg
# 数据文件
urls_data.json
*.db
*.sqlite
*.sqlite3
# 数据库文件保留SQL脚本忽略实际数据库
db/ai_mip_dev.db
db/ai_mip_prod.db
db/*.db
db/*.sqlite
# 临时文件
*.tmp
*.temp
*.bak
.cache/
# Playwright
.playwright/
# 操作系统
Thumbs.db
.DS_Store
# Flask session
flask_session/
instance/
# PyCharm
.idea/
# VS Code
.vscode/
# Jupyter Notebook
.ipynb_checkpoints
# 配置备份
*.backup