Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hacherix committed Jan 13, 2025
1 parent 35bff33 commit 0d2c725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ __pycache__/
.vscode/
.ruff_cache/
.mypy_cache

.env
local-tmp/
.DS_Store

pyproject.toml
poetry.lock
.env
.venv
.envrc

local-tmp/

data/
output/

0 comments on commit 0d2c725

Please sign in to comment.