Skip to content

Commit

Permalink
build: add mkdocs deps + pyproject config
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 28, 2023
1 parent 0e63a73 commit 487a2b9
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .gitignore
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
*.pdf
*.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
Loading

0 comments on commit 487a2b9

Please sign in to comment.