- 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
28 lines
220 B
Plaintext
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
|