diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 7ef2ea1..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git checkout:*)", - "Bash(git add:*)", - "WebFetch(domain:localhost)", - "Bash(curl -s http://localhost:8000/api/settings/api-keys | head -50)", - "Bash(docker ps:*)", - "Bash(docker compose:*)", - "Bash(sleep 3 && curl -s http://localhost:3000/api/settings/api-keys | head -c 200)", - "Bash(sleep 4 && curl -s http://localhost:3000/api/settings/api-keys | head -c 200)", - "Bash(git commit:*)", - "WebSearch" - ] - } -} diff --git a/.mise.local.toml b/.mise.local.toml deleted file mode 100644 index 1eeeb78..0000000 --- a/.mise.local.toml +++ /dev/null @@ -1,5 +0,0 @@ -[env] -AIS_API_KEY="***REMOVED***" -OPENSKY_CLIENT_ID="***REMOVED***" -OPENSKY_CLIENT_SECRET="***REMOVED***" -BACKEND_URL="http://localhost:8000" \ No newline at end of file