Files
200feet/.gitignore
T

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/