Initial commit: DIT_C Flask application
- Flask web application for DIT analysis - Database models for upload history, analysis results, action cards - LLM service integration with Ollama API - Dashboard, upload, and history pages - RESTful API endpoints for analysis operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
22
.claude/settings.local.json
Normal file
22
.claude/settings.local.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(curl:*)",
|
||||
"Bash(git init:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git branch:*)",
|
||||
"Bash(git remote add:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(python tests/test_dit_analyzer.py:*)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(python -c:*)",
|
||||
"Bash(python app.py:*)",
|
||||
"Bash(netstat:*)",
|
||||
"Bash(findstr:*)",
|
||||
"Bash(timeout:*)",
|
||||
"Bash(ping:*)",
|
||||
"Bash(set FLASK_DEBUG=False)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user