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

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# macOS
.DS_Store

# Editors
.idea/
.vscode/
*.swp
