From a87b97a1f34f40db0d0a5701a8710c3bef8caa99 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 16:51:52 +0000 Subject: [PATCH] Initial upload: Depnav CLI Dependency Graph Navigator v0.1.0 Features: - ASCII dependency graph generation - Interactive navigation with history - Circular dependency detection - Multi-language support (Python, JS/TS, Go) - Project tree view and statistics - JSON/DOT export formats - YAML configuration with theme support Tests: 84/84 passing --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fffec56 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/app/depnav/.gitignore \ No newline at end of file