Files
ai_mip/.gitignore
2026-01-13 19:05:51 +08:00

93 lines
865 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/
# 测试截图
test_screenshot*.png
screenshot*.png
# 数据文件
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