Initialisation depot

This commit is contained in:
Serge NOEL
2026-02-10 12:12:11 +01:00
commit c3176e8d79
818 changed files with 52573 additions and 0 deletions

20
arti-api/.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
# .dockerignore
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
*.egg-info/
.pytest_cache/
.coverage
.env
.venv
env/
venv/
.git/
.gitignore
README.md
*.md
.DS_Store
Thumbs.db