Skip to content

Commit d6c5a4c

Browse files
committed
Add python aux files to .gitignore
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 ```
1 parent adc3e60 commit d6c5a4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ regtests/derby.log
2121
regtests/metastore_db
2222
regtests/output/
2323

24+
# Python stuff
25+
poetry.lock
26+
polaris-venv/
27+
pyproject.toml
28+
2429
# Notebooks
2530
notebooks/.ipynb_checkpoints/
2631

0 commit comments

Comments
 (0)