Skip to content

Commit bbd28a8

Browse files
author
ARF
committed
add .gitignore & remove databases created by the tests
1 parent 21a2f75 commit bbd28a8

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# test files
10+
shapefiles/test/
11+
12+
# Spyder project settings
13+
.spyderproject
14+
15+
# Rope project settings
16+
.ropeproject
17+
18+
# Visual Studio project settings
19+
*.pyproj
20+
*.sln
21+
*.suo

shapefiles/test/MyPolyZ.dbf

-116 Bytes
Binary file not shown.

shapefiles/test/MyPolyZ.shp

-316 Bytes
Binary file not shown.

shapefiles/test/MyPolyZ.shx

-108 Bytes
Binary file not shown.

shapefiles/test/NullTest.dbf

-550 Bytes
Binary file not shown.

shapefiles/test/NullTest.shp

-184 Bytes
Binary file not shown.

shapefiles/test/NullTest.shx

-124 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)