Skip to content

Commit 918583d

Browse files
author
jgbeninger
committed
Copied .gitignore into fill structure
1 parent 9cc8a99 commit 918583d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

srplasticity/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/venv/
2+
.idea
3+
4+
# Raw data and script related to analysis
5+
/data/raw/
6+
/scripts/data_processing/
7+
8+
#compiled python modules.
9+
*.pyc
10+
11+
#setuptools distribution folder
12+
/dist/
13+
14+
#python egg metadata, regenerated from source files by setuptools
15+
/*.egg-info

0 commit comments

Comments
 (0)