We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281db3 commit 233459bCopy full SHA for 233459b
src/gitingest/cli.py
@@ -2,13 +2,14 @@
2
import pathlib
3
import click
4
import sys
5
+
6
+from gitingest.ingest_from_query import MAX_FILE_SIZE
7
from .encoding import setup_encoding
8
9
# Setup encoding first
10
setup_encoding()
11
12
# Define constants
-MAX_FILE_SIZE = 51200 # 50KB by default
13
DEFAULT_IGNORE_PATTERNS = []
14
15
def normalize_pattern(pattern: str) -> str:
0 commit comments