# Build artifacts **/bin/ **/obj/ # Tests live in their own csproj files and are NOT part of the missions # service Docker image. Excluding them shrinks the build context and # prevents accidental glob inclusion (see Azaion.Missions.csproj note). tests/ # Documentation, internal process artifacts, and IDE/agent state _docs/ .cursor/ docs/ # Repository metadata .git/ .gitignore .gitattributes .gitmodules # Editor / OS detritus .vscode/ .idea/ .DS_Store *.swp # CI / local infra files (the image doesn't need them at build time) .woodpecker/ .github/ docker-compose*.yml Dockerfile .dockerignore # Test outputs (when tests run on the host) test-results/ # Local environment files .env .env.* !.env.example