# Byte-compiled / optimised files
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# Environments
.env
.venv
venv/

# Editors / OS
.idea/
.vscode/
.DS_Store
