diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-05-15 12:21:39 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-05-15 12:21:39 +0200 |
| commit | 1f14c5483ee111105f94d66fb3b82208946d914a (patch) | |
| tree | d931715d7a3335324fbcdc51fcef1e0cef590235 /.gitignore | |
Initial Sailfish devel MCP
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bde52c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.mypy_cache/ +.pytest_cache/ +__pycache__/ +*.egg-info/ +*.pyc +.venv/ +build/ +dist/ + |
