鸿蒙应用测试

This commit is contained in:
林觅
2026-05-14 10:43:23 +08:00
parent 182a7e8b67
commit 7cf82cd9c3
40 changed files with 625 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
__pycache__
# Executables
*.swf
*.air
*.ipa
*.apk
*.log
logs/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# 忽略名为__pycache__的目录及其所有内容
.venv
.venv/
.venv/*
.git/*
.idea/*
# pyinstaller打包目录
build
dist
*.spec