# Build artefacts.
target/
**/target/

# Local state.
.local-data/
*.log
flamegraph.svg
perf.data*

# VCS internals — Docker build doesn't need them.
.git/

# Editor / OS.
.idea/
.vscode/
.DS_Store

# Sandbox marker.
.ai-jail

# Operator-specific deployment files. Keep this block last so a later negation
# cannot re-include credentials or host configuration in the build context.
/bin/deploy.env
/docker/.env.production
/docker/docker-compose.prod.yml
