Initial commit: Set up Territory Analysis Tool

This commit is contained in:
2025-12-29 16:36:10 -06:00
commit 671741772f
8 changed files with 10424 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python/
env/
venv/
*.env
.vscode/
# Editor-specific files
.idea/
*.swp
*~
.DS_Store
# Generated files
*.html
*.md
* - Final.csv
!README.md