# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments
venv/
venv-*/
.venv/

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