Refactor core test runtime and simplify project documentation

This commit is contained in:
julien
2026-03-20 22:52:02 +01:00
parent 9b1dd9417c
commit 24b3bb4177
19 changed files with 266 additions and 132 deletions

21
.gitignore vendored
View File

@@ -1,30 +1,17 @@
# ============================================
# Environnement & Configuration
# ============================================
# Environment
.env
# ============================================
# Dépendances Composer
# ============================================
# Composer
vendor/
# ============================================
# Base de données
# ============================================
database/
# ============================================
# Cache & Logs
# ============================================
# Runtime caches and reports
coverage/
var/
.php-cs-fixer.cache
.phpstan/
.phpunit.result.cache
# ============================================
# IDE & OS
# ============================================
# IDE / OS
.vscode/
.idea/
*.swp