# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.python-version

# Build / dist
build/
dist/
*.whl
*.tar.gz

# Test / coverage
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
