# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Testing / caches
.pytest_cache/
.ruff_cache/
.coverage

# Editor / OS
.DS_Store
.idea/
.vscode/
