diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index fe81f05..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(backend\\\\venv\\\\Scripts\\\\python.exe -m uvicorn backend.main:app --reload)", - "Bash(python:*)", - "Bash(backend/venv/Scripts/python.exe:*)", - "Bash(backend/venv/Scripts/pip.exe list:*)", - "Bash(backend/venv/Scripts/pip.exe install:*)", - "Bash(backend/venv/Scripts/uvicorn.exe backend.main:app)", - "Bash(curl -s http://localhost:8000/ping)", - "Bash(curl -s http://127.0.0.1:8000/ping)", - "Bash(taskkill /F /IM python.exe)", - "Bash(netstat -ano)", - "Bash(taskkill:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 1ba6a2c..d625a3e 100644 Binary files a/.gitignore and b/.gitignore differ