Add .gitignore entries for IDE and project-specific files

This commit is contained in:
2026-06-04 13:42:31 -05:00
parent f4f1bf3d5f
commit b5977d64ed
19 changed files with 535 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# LLM Agent Guidelines
LLM agents and autonomous programmers are subject to the following rules:
- **Executable Code**: Do NOT modify or write executable code (e.g., `.rs` files).
- **Configuration & Housekeeping**: You ARE allowed to manage and modify:
- Nix configuration files (`flake.nix`, `default.nix`, `shell.nix`, etc.).
- Cargo configuration (`Cargo.toml`).
- Project housekeeping files (`.gitignore`, `.run/*.xml`, etc.).
- Project layout and file organization.
- **Code Assistance**: If asked for code help, do NOT provide example code. Provide explanations of how to approach the task and link to primary sources (e.g., [The Rust Programming Language](https://doc.rust-lang.org/book/)).