Initial upload with project structure and configuration
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 02:34:48 +00:00
parent b68c29487a
commit 989234c7b1

57
config.yaml Normal file
View File

@@ -0,0 +1,57 @@
parser:
languages:
- python
- javascript
- go
- rust
include_patterns:
- "*.py"
- "*.pyi"
- "*.js"
- "*.jsx"
- "*.ts"
- "*.tsx"
- "*.go"
- "*.rs"
exclude_patterns:
- "**/test_*.py"
- "**/*_test.py"
- "**/tests/**"
- "**/__pycache__/**"
- "**/node_modules/**"
- "**/.git/**"
- "**/build/**"
- "**/dist/**"
graph:
node_types:
- file
- function
- class
- method
edge_types:
- imports
- calls
- contains
default_layout: dot
rankdir: TB
analysis:
complexity_threshold: 10
max_file_size_mb: 10
cycle_detection: true
output:
default_format: json
include_code_snippets: false
color_scheme: default
export:
dot:
layout: dot
rankdir: TB
png:
layout: dot
format: png
json:
include_code: false