# Python bytecode and tooling caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Test and coverage output
.coverage
.coverage.*
coverage.xml
htmlcov/

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

# Editor settings
.vscode/