diff options
| author | tassaron | 2026-01-15 10:56:31 -0500 |
|---|---|---|
| committer | tassaron | 2026-01-15 10:56:31 -0500 |
| commit | cf1fefcf71d8507712ceec5e46914853afe8f72e (patch) | |
| tree | 4899dcb7fd9e8336e21e3c33624426c920aa6c30 /.gitignore | |
| parent | d3f76484f54792389b5c25c71dfa07e259fc0a6b (diff) | |
update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,8 @@ __pycache__ build/ dist/ env/ +.venv/ +.env/ .vscode/ *.mkv *.mp4 @@ -20,3 +22,5 @@ ffmpeg *.bak *~ *.goutput* +*.kate-swp +*.code-workspace |
