Initial commit: Import from /home/simon/test/ac

This commit is contained in:
zhangsz
2025-11-05 13:16:01 +08:00
commit b1dc1e18e7
28 changed files with 3471 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Git
.git/
.gitattributes
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.idea/
.vscode/
*.sublime-*
# Language specific
node_modules/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
.gradle/
target/
dist/
build/
.next/
.nuxt/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Temporary
*.tmp
*.temp
*.cache