diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | # AI assistant context | ||
| 1 | .ai/ | 2 | .ai/ |
| 2 | 3 | ||
| 3 | grasp-audit/target \ No newline at end of file | 4 | # Rust build artifacts |
| 5 | grasp-audit/target | ||
| 6 | |||
| 7 | # Working directory (session-specific temporary files) | ||
| 8 | work/* | ||
| 9 | !work/README.md \ No newline at end of file | ||