diff --git a/.gitignore b/.gitignore index 50f5739..bd76197 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,16 @@ temp/ *.tmp *.bak +# Local config (copie de config.yml.example) +config.yml + +# Runtime artifacts +*.pid +*.sock + +# Integration test artifacts +test-results/ + # Test artifacts packaging/test/*.deb packaging/test/*.rpm