# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
*.egg

# uv / venv
.venv/
.python-version

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

# Test artifacts
tests/_tmp/
