# build artifacts
/bin/

# downloaded/extracted third-party distributions (fetched by scripts/install-*.ps1)
/server/opensearch/downloads/
/server/opensearch/dist/
/rules/sigma/

# generated at runtime -- not source
/server/detect/venv/
/server/detect/rules_compiled.json
/server/detect/detect_state.json
/server/ingest/certs/
/agents/*/state.json

# secrets -- copy from the .example files and fill in real values locally
/server/ingest/config.json
/server/detect/config.json
/agents/windows/agent.json
/agents/linux/agent.json

*.log
scratch_*

# compiled installer output -- rebuild with ISCC.exe installer\siem-server.iss
/installer/output/
.claude/
__pycache__/

# website build outputs -- regenerate: copy the installer in, `git archive` the source zip
/website/downloads/

# built .deb -- regenerate: nfpm.exe package --config packaging/deb/nfpm.yaml -f deb
/dist/
