didi-lot1-ai/ai_platform/modules/didi_brain/.gitignore

44 lines
357 B
Text

# Secrets
.env
.env.local
.env.*.local
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
# uv
.uv/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Data / runtime
data/
logs/
*.log
*.db
*.sqlite
*.sqlite3
profiles/
archive/
# Reports
reports/*.json
reports/*.html
!reports/.gitkeep