# Paths excluded from the opengrep CI check (see the `opengrep` job in .github/workflows/ci.yml). # This file replaces the default ignore list, gitignored files are skipped regardless. # Documentation: shell snippets in guides trigger generic rules (e.g. curl over HTTP to local VMs). docs/ *.md # Local-only development/test environment, talks to local VMs over plain HTTP by design. localnet/ # Integration/e2e test code: panics and dummy data are expected there. # Inline #[cfg(test)] modules in src/ are still scanned. # Silence false positives there with per-site nosemgrep comments. tests/ crates/e2e-tests/ crates/test-utils/