TigerFetch.jl

Download TIGER/Line shapefiles from the US Census Bureau
Log | Files | Refs | README | LICENSE

.gitignore (746B)


      1 # --------------------------------------------------------------------------------------------------
      2 **/Manifest.toml
      3 .DS_Store
      4 tmp
      5 **/sandbox.*
      6 
      7 assets
      8 # --------------------------------------------------------------------------------------------------
      9 
     10 
     11 # --------------------------------------------------------------------------------------------------
     12 # doc
     13 docs/build/
     14 docs/node_modules
     15 
     16 setup_readme.md
     17 # --------------------------------------------------------------------------------------------------
     18 
     19 
     20 # --------------------------------------------------------------------------------------------------
     21 # AI
     22 .claude
     23 claude.md
     24 todo.md
     25 # --------------------------------------------------------------------------------------------------