main #7

Merged
Patrick_Pluto merged 7 commits from React-Group/ai-virtual-assistant:main into main 2024-09-16 13:24:35 +02:00
Showing only changes of commit 247b8a36f3 - Show all commits

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
venv/ venv/
__pycache__ __pycache__
.idea/ .idea/
.vscode/