diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,7 @@ __pycache__ build/ dist/ env/ +prof/ .venv/ .env/ .vscode/ @@ -24,3 +25,5 @@ ffmpeg *.goutput* *.kate-swp *.code-workspace +.coverage +htmlcov/
\ No newline at end of file |
