# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.env
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/

# IDE
.idea/
.vscode/
