Skip to content

Commit daec5f6

Browse files
author
TinaTiel
committed
Added python helper files, initial scene collection export (anonymized), static resource, and README describing how to work with the resources.
1 parent b7102eb commit daec5f6

File tree

8 files changed

+628
-5
lines changed

8 files changed

+628
-5
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Exclude 'Main' java class
22
**/Main.java
33

4+
# Exclude the generated normalized scene collection that can contain personal filepaths
5+
**/TestSceneCollection.json
6+
47
# Filesystem Stuff
58
**.DS_Store
69

@@ -29,3 +32,6 @@ build/
2932
**bower_components
3033

3134
*.sublime*
35+
36+
## Python ##
37+
**__pycache__

0 commit comments

Comments
 (0)