Files
mcp-servers/.gitignore
MCP Packages b467013c12 Initial commit: MCP server packages for Nix
- Add flake structure with overlay and packages exports
- Add manim-mcp-server as first packaged MCP server
- Add README.org with usage instructions and package templates
- Add packages/default.nix as package aggregator
- Add overlays/default.nix for nixpkgs integration
2026-02-04 15:35:12 +01:00

28 lines
220 B
Plaintext

# Nix
result
result-*
# direnv
.direnv/
# Editor files
*~
\#*\#
.#*
*.swp
*.swo
# macOS
.DS_Store
# IDE
.idea/
.vscode/
*.code-workspace
# Agent transcripts
.agent-shell/
# Local environment overrides
.envrc.local