# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/

# Build artifacts
build/
dist/
wheels/
*.whl
*.tar.gz

# Virtualenvs
.venv/
venv/
env/
.env

# uv
.uv/
uv.lock

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

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy / ruff cache
.mypy_cache/
.ruff_cache/

# Local logs and cache
*.log
*.jsonl

# Generated test artifacts
test_outputs/
