# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
*.whl

# Virtual environments
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*.sublime-*

# Environment / Secrets
.env
.env.production
*.env.local

# Data (large binary files -- use Git LFS or keep in data/)
data/
*.tif
*.tiff
*.shp
*.dbf
*.shx
*.prj
*.gpkg
*.geojson.gz

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
test_academic/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Docker
docker-compose.override.yml

# Resources (cloned reference repos -- not part of GeoSpark)
resources/

# Internal docs (keep locally, not public)
docs/PRD.md
docs/BUSINESS_PLAN.md
docs/ROADMAP.md
docs/launch/
docs/superpowers/

# Claude Code
.claude/
verification_roadmap.md
docs/UI_IMPLEMENTATION_PLAN.md
docs/FLOW_PERSISTENCE_PLAN.md
