mcblmplss/.gitignore
Ryan Malloy b1617104ee Initial commit: FastMCP server for BLM PLSS queries
Query Section/Township/Range from lat/long coordinates using
the BLM National Cadastral ArcGIS REST service.

Tools:
- get_plss_location: human-readable PLSS description
- get_plss_details: structured data with full metadata
2025-12-03 15:20:26 -07:00

41 lines
312 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# uv
.python-version
uv.lock
# OS
.DS_Store
Thumbs.db