Skip to content

Commit

Permalink
Adding pychache to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TransformerOptimus committed May 20, 2023
1 parent aa21036 commit 23f1976
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.idea
**/.env
config.yaml
config.yaml
__pycache__
superagi/models/__pycache__
superagi/controllers/__pycache__
Binary file removed __pycache__/main.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed superagi/models/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed superagi/models/__pycache__/agent.cpython-310.pyc
Binary file not shown.
Binary file removed superagi/models/__pycache__/agent_config.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed superagi/models/__pycache__/base_model.cpython-310.pyc
Binary file not shown.
Binary file removed superagi/models/__pycache__/budget.cpython-310.pyc
Binary file not shown.
Binary file removed superagi/models/__pycache__/db.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file removed superagi/models/__pycache__/project.cpython-310.pyc
Binary file not shown.
Binary file removed superagi/models/__pycache__/user.cpython-310.pyc
Binary file not shown.

0 comments on commit 23f1976

Please sign in to comment.