# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test/lint artifacts
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# IDE / editor
.vscode/
.idea/
*.swp
