# Bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

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

# Local outputs
*.log
