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

# Virtual environments
.venv/
venv/

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

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db

# PatchShuttle runtime data generated while developing PatchShuttle itself
patches/applied/
patches/backups/
patches/failed/
patches/logs/
patches/state/
