# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env/
.venv/
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Project specific
output/*.tif
data/*.tif
data/*.shp
data/*.shx
data/*.dbf
data/*.prj
*.dbf
*.shp
*.shx
*.prj

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
