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

# Virtual environments
.venv
.env

# Testing
.hypothesis/
.pytest_cache/
.coverage
htmlcov/
.coverage.*
test-results.xml

# Temporary test files in root (avoid creating these)
/test_*.py
/TEST_*.md
