Skip to content

Commit

Permalink
Ignore Poetry directory in .gitignore
Browse files Browse the repository at this point in the history
Added `.poetry/` to the `.gitignore` file to prevent local Poetry configuration files from being included in version control. This helps maintain a cleaner repository and avoids unnecessary file tracking.
  • Loading branch information
Altay Sansal committed Jan 7, 2025
1 parent dad5cfc commit ca812fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ docs/jupyter_execute/
.pybuilder/
target/

# Poetry
.poetry/

# Jupyter Notebook
.ipynb_checkpoints

Expand Down

0 comments on commit ca812fa

Please sign in to comment.