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

# Virtual envs
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# CuPy / build artifacts
*.so
