###> symfony/framework-bundle ### /.env.local /.env.local.php /.env.*.local /config/secrets/prod/prod.decrypt.private.php /public/bundles/ /var/ /vendor/ ###< symfony/framework-bundle ### # Managed by Composer /bin/* !bin/console # PHPUnit /phpunit.xml # Build data /build/ # Composer PHAR /composer.phar # Backup entities generated with doctrine:generate:entities **/Entity/*~ ###> phpunit/phpunit ### /phpunit.xml /.phpunit.cache/ ###< phpunit/phpunit ### ###> symfony/asset-mapper ### /public/assets/ /assets/vendor/ ###< symfony/asset-mapper ### ###> lexik/jwt-authentication-bundle ### /config/jwt/*.pem ###< lexik/jwt-authentication-bundle ### # Uploads (photos de BL) /public/uploads/ # Node modules /node_modules/ # PHPStan cache /.phpstan-cache/ # Docker override /docker-compose.override.yml # HEIC images (raw uploads) *.heic *.HEIC !/var/tailwind/ # OCR batch test images (too large for git) tests/fixtures/images/bl/*.jpeg tests/fixtures/images/bl/*.jpg tests/fixtures/images/bl/*.png !tests/fixtures/images/bl/.gitkeep # OCR test local config .env.test.local # OCR batch reports ocr_batch_report_*.json # Docs (screenshots, maquettes, local notes) /docs/ # IDE .idea/ # Deploy scripts (contiennent des secrets) deploy-prod.sh # OS .DS_Store