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

# Virtual environments
.venv

# Tool caches and temporary files
.mypy_cache/
.pytest_cache/
.cache/
.coverage
htmlcov/
coverage.html
*.cover
.tox/

# Test outputs directory
test_outputs/

# Logs
logs/

# Environment variables
.env
.env.local
.env.*.local
