Added all

This commit is contained in:
2026-05-20 18:52:35 +02:00
commit 2c6c4242ce
41 changed files with 868 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@@ -0,0 +1,59 @@
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
.fseventsd
# Visual Studio Code
.vscode/
*.code-workspace
# PHP
/vendor/
/composer.phar
/.phpunit.result.cache
.php_cs.cache
.php_cs.dist
.env
.env.*.local
*.log
*.cache
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
env/
venv/
.venv/
pip-wheel-metadata/
build/
dist/
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/
# IDEs and editors
.idea/
*.swp
*~
### Vagrant ###
# General
.vagrant/
# Log files (if you are creating logs in debug mode, uncomment this)
# *.log
### Vagrant Patch ###
*.box