diff --git a/.cursor/cli.json b/.cursor/cli.json new file mode 100644 index 0000000000..4056518044 --- /dev/null +++ b/.cursor/cli.json @@ -0,0 +1,7 @@ +{ + "version": 1, + "permissions": { + "allow": [], + "deny": [] + } +} diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000000..90ac2133e0 --- /dev/null +++ b/.cursorignore @@ -0,0 +1,15 @@ +# Secrets and local env +.env* + +# Python virtual environments +**/.venv + +# JavaScript dependencies +node_modules/ + +# Test coverage HTML reports +htmlcov/ +**/htmlcov/ + +# Generated OpenAPI TypeScript client +frontend/src/client/