Initial commit: Set up Territory Analysis Tool
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user