# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# IDeploy runtime data
data/
*.db
logs/
web.config

# Build staging only (release zips live under downloads/ and are committed)
dist/

# OS / editor
.DS_Store
.idea/
.vscode/
*.log

# Ignore ad-hoc zips everywhere except published downloads/ (repo + public site)
*.zip
!downloads/
!downloads/**
!docs/downloads/
!docs/downloads/**

# Production SPC signing secret (never commit — used by package-release / generate-spc)
.license_secret
