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

# Virtual environments
.venv/
venv/

# uv
.uv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/

# Coverage
.coverage
htmlcov/

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

# Environment files
.env
