Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .devcontainer/devcontainer.json

This file was deleted.

6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,19 @@ etc/
/docs/images/
/docs/archive/

# Scripts (if you want to ignore generated or temp files in scripts)
/scripts/*.pyc
/scripts/__pycache__/

# Ignore SRTM1 data
SRTM1/

# Ignore OS and editor files
*.swp
*~
.vscode/
.devcontainer/

# Ignore test and temp files
*.tmp
*.tmp.png
prettymaps/presets/my-preset.json
prettymaps/presets/pytest-temp-preset.json

# Local-only agent guardrails (not committed)
AGENTS.md
Expand Down
1 change: 0 additions & 1 deletion pictures/README/temp_readme_files/temp_readme_21_1.svg

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ osmnx>=2.0.5
ipykernel>=6.29.5
rasterio>=1.4.3
rioxarray>=0.18.2
opencv-python>=4.11.0.86
opencv-python-headless>=4.11.0.86
scikit-image>=0.25.2
vsketch>=1.0.0
thefuzz>=0.22.1
Expand Down
Loading