# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/

# Secrets and local settings: never commit these
.env
.env.*
!.env.example
*.pem
*.key
secrets/
credentials*.json

# Editors and OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Personal test models: keep real scans out of the repo
/scans/
/models/
*.local.stl
*.local.obj
*.local.ply

# Packaged app builds
*.spec
