.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
site/
*.egg-info/
.env


# IDE / editors
.idea/
.vscode/
*.swp

# mypy
.mypy_cache/

# OS
.DS_Store
