# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.Python

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.hypothesis/

# Build artifacts
build/
dist/
*.egg-info/

# Local configuration and secrets
.env
.env.*
!.env.example

# uv
.uv/