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