# Virtual environments
.venv/
venv/
env/

# Python caches and tooling
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Packaging outputs
build/
dist/
*.egg-info/
*.egg

# Local editor and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db