Files
nimue/.gitignore
arch_agent 27dcaf6552 Initial commit: Nimue AI Companion v1.0
- Langzeit- und Kurzzeitgedächtnis mit SQLite
- Ollama-Integration für lokale LLMs
- Flask-Webinterface mit Stream-Response
- Persona-System mit konfigurierbarem Charakter
- Auto-Zusammenfassung bei Token-Limit
- Rate Limiting und Sicherheitsfeatures
- Uncensored Modell-Support
2026-04-14 07:44:36 +02:00

32 lines
286 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Logs und Datenbank (werden generiert)
logs/*.db
logs/*.log
*.db
*.log
# Virtual Environment
venv/
.env/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Secrets / Local Config
config_local.yaml
*.key
.env