# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/

# Python build artifacts (loci_cli wheel)
dist/
build/
*.egg-info/

# Test / tooling caches
.pytest_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Logs / runtime state
*.log
state/

# LOCI analysis artifacts (elf/build outputs: symbols, chunks, meta sidecars, …)
.loci-build/
wheelhouse/
