From 2d737b937d983736296dca329c68227de643c3ad Mon Sep 17 00:00:00 2001 From: "qwen.ai[bot]" Date: Sun, 31 May 2026 14:35:23 +0000 Subject: [PATCH] Add new site sections and placeholder pages - Create .gitignore with standard ignore patterns for build artifacts, dependencies, logs, and editor files - Add 404.html error page with basic HTML structure and home link - Create audit/index.html placeholder for audit section - Create contact/index.html placeholder for contact section - Create pipeline/index.html placeholder for pipeline section - Create simulations/index.html placeholder for simulations section - Create vault/index.html placeholder for vault section Adds essential site infrastructure with proper error handling and standardized ignore configuration for development workflow --- .gitignore | 65 ++++++++++++++++++++++++++++++++++++++++++ 404.html | 5 ++++ audit/index.html | 1 + contact/index.html | 1 + pipeline/index.html | 1 + simulations/index.html | 1 + vault/index.html | 1 + 7 files changed, 75 insertions(+) create mode 100644 .gitignore create mode 100644 404.html create mode 100644 audit/index.html create mode 100644 contact/index.html create mode 100644 pipeline/index.html create mode 100644 simulations/index.html create mode 100644 vault/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79df074 --- /dev/null +++ b/.gitignore @@ -0,0 +1,65 @@ +``` +# Build artifacts +dist/ +build/ +target/ + +# Dependencies +node_modules/ +venv/ +.venv/ +__pycache__/ +*.egg-info/ +.pytest_cache/ +.mypy_cache/ + +# Logs and temp files +*.log +*.tmp +*.swp +*.swo + +# Environment +.env +.env.local +*.env.* + +# Editors +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Coverage +coverage/ +htmlcov/ +.coverage + +# Compressed files +*.zip +*.gz +*.tar +*.tgz +*.bz2 +*.xz +*.7z +*.rar +*.zst +*.lz4 +*.lzh +*.cab +*.arj +*.rpm +*.deb +*.Z +*.lz +*.lzo +*.tar.gz +*.tar.bz2 +*.tar.xz +*.tar.zst +``` \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..970e2b0 --- /dev/null +++ b/404.html @@ -0,0 +1,5 @@ + + +404 — AionSystem +

404

Page not found. Return home.

+ diff --git a/audit/index.html b/audit/index.html new file mode 100644 index 0000000..42c4eee --- /dev/null +++ b/audit/index.html @@ -0,0 +1 @@ + diff --git a/contact/index.html b/contact/index.html new file mode 100644 index 0000000..42c4eee --- /dev/null +++ b/contact/index.html @@ -0,0 +1 @@ + diff --git a/pipeline/index.html b/pipeline/index.html new file mode 100644 index 0000000..42c4eee --- /dev/null +++ b/pipeline/index.html @@ -0,0 +1 @@ + diff --git a/simulations/index.html b/simulations/index.html new file mode 100644 index 0000000..42c4eee --- /dev/null +++ b/simulations/index.html @@ -0,0 +1 @@ + diff --git a/vault/index.html b/vault/index.html new file mode 100644 index 0000000..42c4eee --- /dev/null +++ b/vault/index.html @@ -0,0 +1 @@ +