diff options
| author | Fuwn <[email protected]> | 2025-07-27 20:26:02 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-27 20:26:02 +0200 |
| commit | 3f3f6c56981116e7982461b86025da0e278bf8d4 (patch) | |
| tree | a666f0ae6d609e20e9a34408d55d465893fc383a /.gitignore | |
| download | umapyai-3f3f6c56981116e7982461b86025da0e278bf8d4.tar.xz umapyai-3f3f6c56981116e7982461b86025da0e278bf8d4.zip | |
feat: Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa9041a --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Python +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# venv +*venv + +# umapyai +chromadb +uma_articles_* |