# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.venv/
venv/
*.egg

# macOS
.DS_Store

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/

# Env
.env
*.env

# Logs (runtime / stray service logs — never belong in the repo)
*.log
