Files
DronePlanning/.gitignore

35 lines
588 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.
# ============ 日志 ============
logs/
# ============ 向量库RAG 检索用) ============
**/vector_store/
vector_store/
# ============ 测试脚本的测试结果 ============
tools/test_validate/validation/
# ============ 生成的图片 ============
backend_service/generated_visualizations/
tools/test_validate/validation/**/*.png
tools/test_validate/validation/**/*.jpg
# ============ Python ============
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env/
# ============ 其他常见忽略 ============
*.log
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~