AI implementation for openai and claude.
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user