forked from Automating-GIS-processes/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
35 lines (29 loc) · 794 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.virtualenv/
.venv/
docs/build/
docs/_build/
# ignore data that is created during sphinx-build
docs/static/data/addresses.gpkg
docs/static/data/eu_countries/eu_countries_EPSG3035.gpkg
docs/static/data/europe_nuts_regions.gpkg
# docs/static/data/europe_nuts_regions.geojson # workaround after GISCO blocked access
docs/static/data/finland_topographic_database/area_by_terrain_class.csv
docs/static/data/finland_topographic_database/lakes.*
docs/static/data/finland_topographic_database/terrain_*.*
docs/static/data/intersection.geojson
docs/static/data/intersection.gpkg
docs/static/data/OSM_Kamppi.gpkg
docs/lessons/lesson-5/html/
docs/lessons/lesson-6/cache/
*~
*.swp
.DS_Store
*.pyc
*.egg-info/
__pycache__
.ipynb_checkpoints
.jupyter_cache
jupyter_execute
.tox
.coverage
coverage.xml