Ryanrealaf commited on
Commit
f6e48e0
·
verified ·
1 Parent(s): d8cd2ce

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitignore +10 -33
  2. package-lock.json +6 -0
.gitignore CHANGED
@@ -1,34 +1,11 @@
1
- # General
 
 
 
2
  .DS_Store
3
- .vscode/
4
- build/
5
- dist/
6
-
7
- # Node
8
- node_modules/
9
- package-lock.json
10
- npm-debug.log
11
- yarn-error.log
12
-
13
- # Flutter
14
- .flutter-plugins
15
- .flutter-plugins-dependencies
16
- .packages
17
- .pub-cache/
18
- .pub/
19
- /build/
20
- ios/build/
21
- ios/Pods/
22
- ios/Runner.xcworkspace
23
- ios/.symlinks/
24
- ios/Flutter/App.framework
25
- ios/Flutter/engine
26
- ios/Flutter/flutter_assets
27
- ios/Flutter/Generated.xcconfig
28
- ios/Flutter/info.plist
29
- ios/Flutter/flutter_export_environment.sh
30
- Generated.xcconfig
31
- flutter_export_environment.sh
32
- .dart_tool/
33
- lib/generated_plugin_registrant.dart
34
- pubspec.lock
 
1
+ .venv/
2
+ __pycache__/
3
+ *.pyc
4
+ .cache/
5
  .DS_Store
6
+ .env
7
+ *.zip
8
+ *.wav
9
+ *.mp3
10
+ outputs/
11
+ tmp/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
package-lock.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "name": "stemforge",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {}
6
+ }