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

# Virtual environments
.venv

# Environment / secrets
.env

# Logs
*.log
logs/

# Test / lint / type-check artifacts
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
