Commit .claude/launch.json, gitignore local Claude settings

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 07:17:25 -07:00
parent 96eeb442fd
commit 5f647d1940
2 changed files with 14 additions and 0 deletions

12
.claude/launch.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "pirats",
"runtimeExecutable": ".venv/bin/python",
"runtimeArgs": ["-m", "uvicorn", "pirats.main:app", "--host", "127.0.0.1", "--port", "8123"],
"port": 8123,
"env": { "DATABASE_URL": "sqlite:///smoke_test.db", "PYTHONPATH": "src" }
}
]
}

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ result
*.pdf *.pdf
# Built Svelte frontend (copied in from frontend/dist by the Nix build) # Built Svelte frontend (copied in from frontend/dist by the Nix build)
src/pirats/static/ src/pirats/static/
# Machine-local Claude Code permission approvals
.claude/settings.local.json