21 lines
226 B
Plaintext
21 lines
226 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Raw source data (too large; rehydrate from upstream)
|
|
gis/
|
|
|
|
# Intermediate pipeline outputs
|
|
cache/
|
|
out/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Assistant / local tooling
|
|
.claude/
|