From ed79b48d87dfbd0255c977e27f6a5e796e4eb5a2 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Tue, 9 Jul 2024 22:07:16 -0400 Subject: [PATCH] chore: ignore generated files Signed-off-by: Aaron Pham --- .gitignore | 3 +-- .python-version | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 .python-version diff --git a/.gitignore b/.gitignore index 19d0c252..db2704c1 100644 --- a/.gitignore +++ b/.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -162,5 +162,4 @@ cython_debug/ # Environments venv/ .envrc -.python-version _version.py diff --git a/.python-version b/.python-version deleted file mode 120000 index 85bfe7cb..00000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -/Users/aarnphm/workspace/bentoml/projects/openllm/upstream/.python-version-default \ No newline at end of file