Skip to content

Commit 3958ded

Browse files
authored
Remove generated Python client from git tracking (#1810)
After #1675, we now generate the Python client on-demand when it's needed by tests or the CLI. With this, we can safely remove the Python client from being tracked in the repo and add its files to .gitignore
1 parent 5ea964b commit 3958ded

File tree

233 files changed

+14
-58614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+14
-58614
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ client/python/poetry.lock
2828
/poetry.lock
2929
/polaris-venv/
3030
/pyproject.toml
31+
/client/python/
32+
!/client/python/pyproject.toml
3133

3234
# Polaris CLI profile
3335
.polaris.json

client/python/polaris/.keep

Whitespace-only changes.

client/python/polaris/catalog/.keep

Whitespace-only changes.

client/python/polaris/catalog/__init__.py

Lines changed: 0 additions & 181 deletions
This file was deleted.

client/python/polaris/catalog/api/.keep

Whitespace-only changes.

client/python/polaris/catalog/api/__init__.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)