fact_checker/.claude/settings.local.json
VIliam 2533f75f2c Add backend, frontend, and project files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 15:27:31 +01:00

16 lines
466 B
JSON
Executable File

{
"permissions": {
"allow": [
"Bash(dir C:UsersviliaOneDrivePočítač*thesis*)",
"Bash(dir:*)",
"Bash(source venv/Scripts/activate)",
"Bash(python -m pytest test_app.py -v)",
"Bash(python -c \"import flask; import transformers; import torch; print\\(''Dependencies OK''\\)\")",
"Bash(curl -s http://localhost:5000/api/stats)",
"Bash(curl:*)",
"Bash(python -c \":*)",
"Bash(python view_db.py)"
]
}
}