-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add mkdocs deps + pyproject config
- Loading branch information
1 parent
0e63a73
commit 487a2b9
Showing
3 changed files
with
631 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# gdb_history | ||
TAGS | ||
*~ | ||
.deps | ||
.libs | ||
py-compile | ||
NEWS | ||
*__pycache__/ | ||
|
||
# output files | ||
*.osm | ||
*.txt | ||
*.xml | ||
*.geojson | ||
*.pbf | ||
*.xml | ||
*.html | ||
*.mbtiles | ||
*.sqlitedb | ||
|
||
# Prerequisites | ||
*.d | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# PDM | ||
pdm.toml | ||
.pdm-python | ||
__pypackages__ | ||
|
||
# Python builds | ||
build | ||
dist | ||
|
||
# Docs | ||
site | ||
.cache | ||
gh_workflows.egg-info |
Oops, something went wrong.