Skip to content

Commit

Permalink
Update AutoGPT .dockerignore to include nested .venv and __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Oct 17, 2023
1 parent 8cf246b commit 12d959f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogpts/autogpt/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.*
**/.venv*
**/__pycache__
*.template
*.yaml
*.yml
Expand Down

0 comments on commit 12d959f

Please sign in to comment.