mirror of
https://github.com/0015/map_tiles.git
synced 2026-01-17 09:06:59 +01:00
27 lines
196 B
Plaintext
27 lines
196 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|