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

# Virtual environments
.venv
.ruff_cache
.env
.pdm-python
.python-version

.DS_Store

# Test environment
.pytest_cache/
.coverage
htmlcov/

# Test coverage
coverage.xml
coverage.json
coverage.txt