Skip to content

Commit 118d2b3

Browse files
committed
Python 3.9+ only. Type hints. Shape subtypes. Faster writes.
1 parent d466783 commit 118d2b3

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

.gitignore

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
shapefile_[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9].dbf
22
shapefile_[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9].shp
33
shapefile_[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9].shx
4-
shapefiles/test/copy.dbf
5-
shapefiles/test/copy.shp
6-
shapefiles/test/copy.shx
7-
shapefiles/test/geojson.dbf
8-
shapefiles/test/geojson.shp
9-
shapefiles/test/geojson.shx
10-
shapefiles/test/latin_as_utf8.dbf
11-
shapefiles/test/latin_as_utf8.shp
12-
shapefiles/test/latin_as_utf8.shx
13-
shapefiles/test/null.dbf
14-
shapefiles/test/null.shp
15-
shapefiles/test/null.shx
4+
shapefiles/test/testfile.*
5+
shapefiles/test/onlydbf.*
6+
shapefiles/test/contextwriter.*
7+
shapefiles/test/shapetype.*
8+
shapefiles/test/dtype.*
9+
shapefiles/test/null.*
10+
shapefiles/test/point.*
11+
shapefiles/test/line.*
12+
shapefiles/test/linem
13+
shapefiles/test/linez.*.*
14+
shapefiles/test/multipoint.*
15+
shapefiles/test/polygon.*
16+
shapefiles/test/multipatch.*
17+
shapefiles/test/copy.*
18+
shapefiles/test/balancing.*
19+
shapefiles/test/latin_as_utf8.*
20+
shapefiles/test/corrupt_too_long.*
21+
shapefiles/test/MyPolyZ.*
22+
shapefiles/test/NullTest.*
23+
shapefiles/test/geojson.*
1624
__pycache__/
1725
__cache__/
1826
build/

0 commit comments

Comments
 (0)