Added README and ignorefile

This commit is contained in:
Holger Sielaff
2025-08-27 10:01:13 +02:00
parent 90c0ff61ed
commit 89cdbf3003
2 changed files with 58 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
/.*
/*.md
/*.sqlite3
/venv
__pycache__
*.swp
*.pyc
!/.gitignore
!/README.md