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

# Testing
.coverage
.pytest_cache

# Cache directories
.mypy_cache
.ruff_cache

# Virtual environments
.venv

# IDEs
.vscode
.idea
