Skip to content

Commit 18ae8ce

Browse files
author
rudolfix
committed
gitignore updated (rsa keys, data folders)
1 parent cc7bdbe commit 18ae8ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ lib64/
7676
parts/
7777
sdist/
7878
var/
79+
data/
80+
!data/Dockerfile
81+
!data/.dockerignore
7982
*.egg-info/
8083
.installed.cfg
8184
*.egg
@@ -119,4 +122,8 @@ target/
119122
.ipynb_checkpoints
120123

121124
# pyenv
122-
.python-version
125+
.python-version
126+
127+
# public and priv keys
128+
*.rsa
129+
*.rsa.pub

0 commit comments

Comments
 (0)