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

# Virtual envs / tooling
.venv/
venv/
.env
.uv/
.ruff_cache/
.mypy_cache/
.pytest_cache/

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