# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

# lkm runtime state
~/.config/lkm/
~/.cache/lkm/
