# Python
.venv/
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
wheels/
sdist/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# uv
uv.lock
