Skip to content

Commit 626ff79

Browse files
authored
Merge pull request #1 from AionSystem/qwen-code-0b842e3f-9faf-4f4b-9d52-b5496d2a426a
Update from task 0b842e3f-9faf-4f4b-9d52-b5496d2a426a
2 parents 88b39f2 + 2d737b9 commit 626ff79

7 files changed

Lines changed: 75 additions & 0 deletions

File tree

.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
```
2+
# Build artifacts
3+
dist/
4+
build/
5+
target/
6+
7+
# Dependencies
8+
node_modules/
9+
venv/
10+
.venv/
11+
__pycache__/
12+
*.egg-info/
13+
.pytest_cache/
14+
.mypy_cache/
15+
16+
# Logs and temp files
17+
*.log
18+
*.tmp
19+
*.swp
20+
*.swo
21+
22+
# Environment
23+
.env
24+
.env.local
25+
*.env.*
26+
27+
# Editors
28+
.vscode/
29+
.idea/
30+
*.swp
31+
*.swo
32+
33+
# OS
34+
.DS_Store
35+
Thumbs.db
36+
37+
# Coverage
38+
coverage/
39+
htmlcov/
40+
.coverage
41+
42+
# Compressed files
43+
*.zip
44+
*.gz
45+
*.tar
46+
*.tgz
47+
*.bz2
48+
*.xz
49+
*.7z
50+
*.rar
51+
*.zst
52+
*.lz4
53+
*.lzh
54+
*.cab
55+
*.arj
56+
*.rpm
57+
*.deb
58+
*.Z
59+
*.lz
60+
*.lzo
61+
*.tar.gz
62+
*.tar.bz2
63+
*.tar.xz
64+
*.tar.zst
65+
```

404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head><meta charset="UTF-8"><title>404 — AionSystem</title></head>
4+
<body><h1>404</h1><p>Page not found. <a href="/">Return home</a>.</p></body>
5+
</html>

audit/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- placeholder — awaiting content -->

contact/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- placeholder — awaiting content -->

pipeline/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- placeholder — awaiting content -->

simulations/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- placeholder — awaiting content -->

vault/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- placeholder — awaiting content -->

0 commit comments

Comments
 (0)