# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Build outputs
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Local config and OS files
.env
.env.local
.DS_Store
