From 755719daec946791fad99c4599408e1abc6131d5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 19 Jun 2024 09:25:34 +0200 Subject: [PATCH] chore: update .gitignore and LICENSE information Added 'dist/' to .gitignore to avoid checking in distribution files. Updated copyright information in LICENSE to reflect the Private.coffee Team ownership. No functional code changes, just repository maintenance. --- .gitignore | 1 + LICENSE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee18991..1d397f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ *.pyc __pycache__/ +dist/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index 56a4fc2..8089469 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Kumi Mitterer +Copyright (c) 2024 Private.coffee Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal