diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index ddbe434..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "permissions": { - "allow": [ - "Read(//home/zorino/repos/spendhound/spendhound/backend/app/api/**)", - "Read(//home/zorino/repos/spendhound/**)", - "Bash(python -c \"from app.services.spendhound import CADENCE_CUSTOM, CADENCE_PREPAID, normalize_cadence, cadence_is_recurring, _compute_prepaid_end_date; print\\('imports OK'\\); print\\(normalize_cadence\\('custom'\\)\\); print\\(normalize_cadence\\('prepaid'\\)\\); print\\(cadence_is_recurring\\('custom'\\)\\); print\\(cadence_is_recurring\\('prepaid'\\)\\)\")", - "Bash(npm run *)", - "Bash(npx tsc *)", - "Bash(grep -v \"^$\")", - "Bash(python3 -c \"from app.api.auth import router; print\\('auth.py OK'\\)\")", - "Bash(python3 -c \"import ast; ast.parse\\(open\\('app/api/auth.py'\\).read\\(\\)\\); print\\('auth.py syntax OK'\\)\")", - "Bash(python3 -c ' *)", - "Bash(npx next *)", - "Bash(python3 -c \"import ast, sys; ast.parse\\(open\\('app/api/receipts.py'\\).read\\(\\)\\); print\\('OK'\\)\")", - "Read(//home/zorino/repos/jobhound_hot_features/**)", - "Bash(grep -E \"\\\\.py$\")", - "Bash(xargs -I {} basename {})", - "Bash(xargs ls *)", - "Bash(docker pull *)", - "Bash(docker compose *)", - "Bash(docker stop *)", - "Bash(docker rm *)", - "Bash(infisical --version)", - "Bash(infisical whoami *)", - "Bash(infisical user *)", - "Bash(infisical secrets *)", - "Read(//home/zorino/**)", - "Bash(infisical token *)", - "Bash(infisical --help)", - "Bash(infisical universal-auth *)", - "Bash(infisical login *)" - ], - "additionalDirectories": [ - "/home/zorino/repos/jobhound" - ] - } -} diff --git a/.gitignore b/.gitignore index 9377e18..f738b40 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ .commands* deploy/cloudflared/config.yaml plans -.claude +.claude* CLAUDE.md temp* .next_features @@ -17,6 +17,7 @@ feat* .tech* .enotatallv TECH* +graphify-out # ── Python ─────────────────────────────────────────────────────────────────── __pycache__/