AI implementation for openai and claude.

This commit is contained in:
2026-01-15 21:20:30 +01:00
parent fe70f3892c
commit 5bbec0e240
20 changed files with 623 additions and 24 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Environment variables
.env
# Python
backend/__pycache__/
backend/**/__pycache__/
backend/**/*.pyc
*.py[cod]
*$py.class
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
.cursor/
# Docker
*.pid