Initial CivilPlan MCP implementation
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.env
|
||||
.venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
output/
|
||||
civilplan.db
|
||||
civilplan_mcp/data/land_prices/*
|
||||
!civilplan_mcp/data/land_prices/.gitkeep
|
||||
!civilplan_mcp/data/land_prices/README.md
|
||||
civilplan_mcp/data/.update_required_*
|
||||
civilplan_mcp/data/update_log.json
|
||||
Reference in New Issue
Block a user