repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Mirrored from https://github.com/benmaster82/Kwipu
stars
latest
clone command
git clone gitlawb://did:key:z6MkqRzA...RfoM/benmaster82-Kwi...git clone gitlawb://did:key:z6MkqRzA.../benmaster82-Kwi...908f0e4eAdd MCP badge18d ago| #3 |
| #4 | # Python |
| #5 | __pycache__/ |
| #6 | *.py[cod] |
| #7 | *$py.class |
| #8 | *.egg-info/ |
| #9 | dist/ |
| #10 | build/ |
| #11 |
| #12 | # Virtual environments |
| #13 | venv/ |
| #14 | .venv/ |
| #15 | env/ |
| #16 |
| #17 | # IDE |
| #18 | .vscode/ |
| #19 | .idea/ |
| #20 | *.swp |
| #21 | *.swo |
| #22 |
| #23 | # OS |
| #24 | .DS_Store |
| #25 | Thumbs.db |
| #26 | desktop.ini |
| #27 |
| #28 | # Obsidian internals |
| #29 | .obsidian/ |
| #30 |
| #31 | # Hash cache (generated) |
| #32 | .file_hashes.json |
| #33 |
| #34 | # User knowledge base (keep examples only) |
| #35 | knowledge_base/* |
| #36 | !knowledge_base/examples/ |
| #37 |