initial commit

This commit is contained in:
Filip
2026-03-11 16:06:00 +01:00
parent b3c69053f6
commit 5fd80e6dd6
127 changed files with 39684 additions and 0 deletions

12
.gitignore vendored
View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -174,3 +175,14 @@ cython_debug/
# PyPI configuration file
.pypirc
=======
__pycache__/
*.pyc
#.env
#.env.*
.encrypted_chat/
certs/*
!certs/*.sh
!certs/*.example
!certs/README.md
>>>>>>> d506e65 (initial commit)