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

# Virtual environments
.venv/
.venv-*/
venv/

# ty type-checker cache
.ty_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Sphinx docs
docs/_build/

# Editors
*.swp
*.swo
*~
.idea/
.vscode/
