# IDE config files
.idea
.vscode

# Python output
*venv*
*.pyc
*.pyo
__pycache__
*.egg
*.egg-info
.ruff_cache
.pytest_cache
.coverage
dist
