# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

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

# Coverage artifacts
.coverage
htmlcov/

# macOS
.DS_Store
