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

# Environments
.venv/
.env
.envrc

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

# Tools
.uv/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
coverage.xml
