Skip to content

Commit 3ddd0d9

Browse files
committed
adding git ignore file.
1 parent 01a9d33 commit 3ddd0d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.idea
2+
*.egg-info
3+
*venv
4+
.vscode
5+
conf
6+
conf.yml
7+
__pycache__
8+
*.pyc
9+
docs/build/
10+
.DS_Store
11+
.package.lock
12+
stac_generator-1.0.2.zip
13+
.lock
14+
GLOB-0.log
15+
cprofile

0 commit comments

Comments
 (0)