Files
demo/.gitignore
Renato 47264049e6 Initial commit: PymesBot Demo with IA integration
- FastAPI backend with WebSocket chat
- SQLite database for products
- Z.AI (GLM-4.7) integration for AI responses
- Docker deployment ready
- Caddy proxy configuration
2026-02-15 17:07:39 +01:00

9 lines
57 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
*.db
data/
*.log
.DS_Store