Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ jinoos/
agents/__pycache__/
conversation_logs/
agents/test.py
nanda_agent/__pycache__

# Build artifacts
dist/
*.egg-info/
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

include README.md
include LICENSE
include requirements.txt
recursive-include nanda_agent *.py
recursive-include nanda_agent *.txt
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Loading