# Build artifacts
/target/
/dist/
/build/
*.so
*.pyd
*.egg-info/

# Test/runtime artifacts (must NOT ship in sdist or wheel)
/.kaos-vfs/
/.pytest_cache/
/.ruff_cache/
/.coverage
/htmlcov/

# Virtualenvs and env files
/.venv/
/.env
/.env.*
!/.env.example

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Editor / OS clutter
*.swp
*.swo
.DS_Store
.idea/
.vscode/
