# OS cruft
.DS_Store
tests/.DS_Store
tests/__pycache__

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Build outputs
build/
dist/
*.egg-info/

# Test/analysis outputs
_smoke_out/
.coverage
htmlcov/

# Virtual environments (if you ever make them manually)
.venv/
.venv-*/

# Pixi local environments (keep pixi.lock!)
.pixi/

# Editor/IDE settings
.vscode/
.idea/

# Hatch / wheel extras
*.egg
