diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-04-21 23:59:25 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-04-21 23:59:25 -0400 |
| commit | 9b8cf40297e4e0bee41e3a7697bb063c04ae7335 (patch) | |
| tree | eb6ca9dfad18c1cb1056f781e940f4dce2c0f4f4 /.gitignore | |
| parent | a54bcf2255337052808ea2312cbd418c6a5f89a4 (diff) | |
add results (except pth files)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | __pycache__/ | 2 | __pycache__/ |
| 3 | guix-root | 3 | guix-root |
| 4 | guix-root-1-link | 4 | guix-root-1-link |
| 5 | results/ | 5 | *.pth |
| 6 | venv/ | 6 | venv/ |
| 7 | report.tex | 7 | report.tex |
| 8 | report.pdf | 8 | report.pdf |
