Skip to content
Draft
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
1,016 changes: 1,016 additions & 0 deletions .github/skills/python-venv-manager/SKILL.md

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Python virtual environment (root level)
Scripts/
Lib/
Include/
pyvenv.cfg

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Environment variables
.env
.envrc

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Outputs and logs
*.log
outputs/
agent_workspace/

# Reviews
reviews/
398 changes: 0 additions & 398 deletions Scripts/Activate.ps1

This file was deleted.

76 changes: 0 additions & 76 deletions Scripts/activate

This file was deleted.

33 changes: 0 additions & 33 deletions Scripts/activate.bat

This file was deleted.

21 changes: 0 additions & 21 deletions Scripts/deactivate.bat

This file was deleted.

Binary file removed Scripts/pip.exe
Binary file not shown.
Binary file removed Scripts/pip3.8.exe
Binary file not shown.
Binary file removed Scripts/pip3.exe
Binary file not shown.
Binary file removed Scripts/python.exe
Binary file not shown.
Binary file removed Scripts/pythonw.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions agentswarm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ venv/
ENV/
env.bak/
venv.bak/
pyvenv.cfg
Scripts/
Lib/
Include/

# Spyder project settings
.spyderproject
Expand Down
Loading