diff options
| author | Christian Cunningham <cc@local.lan> | 2026-01-27 19:19:59 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2026-01-27 19:19:59 -0800 |
| commit | 69406994a70e15a2978fd1ad4e35f40db2af468b (patch) | |
| tree | 4892c20cfc56c4502a1547353893ff9403964ad6 /.gitignore | |
| parent | 78be4e03fdbd795ac22b58794bc2d0e67d34cdc4 (diff) | |
Simplification
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ # Build files build/ +# Virtual Environment +.venv/ + # Data files data/ output/ +# pixi environments +.pixi/* +!.pixi/config.toml |
