Spaces:
Sleeping
Sleeping
pannman commited on
Commit Β·
fd885bb
1
Parent(s): 953318f
Change directory structure
Browse files
.gitignore
CHANGED
|
@@ -161,3 +161,9 @@ cython_debug/
|
|
| 161 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 162 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 163 |
#.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 162 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 163 |
#.idea/
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
#Only the directory structure is retained under the "data" directory.
|
| 167 |
+
/data/**
|
| 168 |
+
!/data/**/
|
| 169 |
+
!/data/**/.gitkeep
|
{example β data}/.gitkeep
RENAMED
|
File without changes
|
{experiments β source/example}/.gitkeep
RENAMED
|
File without changes
|
{modules β source/experiments}/.gitkeep
RENAMED
|
File without changes
|
main.py β source/main.py
RENAMED
|
File without changes
|
{test β source/modules}/.gitkeep
RENAMED
|
File without changes
|
source/test/.gitkeep
ADDED
|
File without changes
|