# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/

# Virtualenvs
.venv/
venv/
env/
ENV/

# Editors / IDEs
.vscode/
.idea/
*.swp

# OS junk
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Local config overrides (not shipped)
mihuman.local.toml
