Skip to content

Commit ff7aac2

Browse files
chen-argmaxatiorh
authored andcommitted
initial commit
0 parents  commit ff7aac2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+6929
-0
lines changed

.gitignore

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.DS_Store
2+
/.build
3+
/Packages
4+
xcuserdata/
5+
DerivedData/
6+
.swiftpm/
7+
**/*.xcscheme
8+
.netrc
9+
.env
10+
.vscode
11+
12+
# Core ML Model Files
13+
Models
14+
**/*.mlpackage
15+
**/*.mlmodel
16+
**/*.mlmodelc
17+
**/*.zip
18+
**/*.tar.gz
19+
20+
# Audio files (add manually if needed)
21+
**/*.wav
22+
**/*.mp3
23+
**/*.m4a
24+
**/*.flac
25+
26+
## Xcode
27+
# Build generated
28+
build/
29+
DerivedData/
30+
31+
# Various settings
32+
*.pbxuser
33+
!default.pbxuser
34+
*.mode1v3
35+
!default.mode1v3
36+
*.mode2v3
37+
!default.mode2v3
38+
*.perspectivev3
39+
!default.perspectivev3
40+
xcuserdata/
41+
42+
# Other
43+
*.moved-aside
44+
*.xccheckout
45+
*.xcscmblueprint
46+
47+
# Obj-C/Swift specific
48+
*.hmap
49+
*.ipa
50+
*.dSYM.zip
51+
*.dSYM
52+
53+
### Xcode Patch ###
54+
*.xcodeproj/*
55+
!*.xcodeproj/project.pbxproj
56+
!*.xcodeproj/xcshareddata/
57+
!*.xcworkspace/contents.xcworkspacedata
58+
/*.gcno

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 argmax, inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Package.resolved

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)