satdetect-dev / .gitignore
coderuday21's picture
Add colleague setup guide and env template for Change-Detection-DEV repo.
7eb5b75
Raw
History Blame Contribute Delete
333 Bytes
__pycache__/
*.pyc
*.pyo
data/satellite_app.db
data/overlays/*
!data/overlays/.gitkeep
data/library_cache/
# Local library images (too large for git — keep on disk only)
library_sources/**/*.tif
library_sources/**/*.tiff
library_sources/**/*.TIF
library_sources/**/*.TIFF
!library_sources/**/.gitkeep
.env
*.egg-info/
dist/
build/