This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new ec6ffd0a Add python aux files to .gitignore (#246)
ec6ffd0a is described below
commit ec6ffd0a274cb718a9c54dbf881d5d7342a0ce38
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Mon Sep 9 08:04:46 2024 -0400
Add python aux files to .gitignore (#246)
After running `./polaris ...`:
```
$ git st
On branch main
Your branch is up to date with 'origin/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
poetry.lock
polaris-venv/
pyproject.toml
```
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8dfa578d..f9b35731 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,11 @@ regtests/derby.log
regtests/metastore_db
regtests/output/
+# Python stuff
+/poetry.lock
+/polaris-venv/
+/pyproject.toml
+
# Notebooks
notebooks/.ipynb_checkpoints/