# Python
__pycache__/
*.py[cod]
*$py.class
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

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

# IDE
.idea/
.vscode/
