Skip to content

Commit

Permalink
chore: fixed venv docker/gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 10, 2025
1 parent a34276c commit a32fc3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Environment files
.env*
*venv
.clean
gptme.toml

venv
.venv

# Logs
*.log
*logs*
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.env*
*venv
.clean

venv
.venv

projects
demos
eval[_-]results*
Expand Down

0 comments on commit a32fc3b

Please sign in to comment.