satdetect / .gitignore
coderuday21's picture
Initial commit: SatDetect satellite change detection web app
401aaf2
raw
history blame contribute delete
117 Bytes
__pycache__/
*.pyc
*.pyo
data/satellite_app.db
data/overlays/*
!data/overlays/.gitkeep
.env
*.egg-info/
dist/
build/