Livrare LOT 1 - Didi
This commit is contained in:
commit
5380c3fc63
990 changed files with 133308 additions and 0 deletions
44
ai_platform/modules/didi_brain/.gitignore
vendored
Normal file
44
ai_platform/modules/didi_brain/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue