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

# Virtual environments
.venv
venv/
env/

# OS files
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temporary files
*.tmp
*.temp

# Cache directories
.pytest_cache/
.ruff_cache/
