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

# Virtual environments
.venv

# Ignore test generated cache data
__pycache__/
*.pyc
*.pyo

# pytest cache files
.cache/

# Test output data (if any)
tests/output/
tests/temp/

.env