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

# --- Distribution / build ---
build/
dist/
*.egg
*.egg-info/
.eggs/
wheels/
share/python-wheels/
pip-wheel-metadata/

# --- Virtual envs ---
.venv/
venv/
env/
ENV/

# --- uv ---
.uv/

# --- Tool caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.cache/

# --- Coverage ---
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# --- Type-check / linter side files ---
.dmypy.json
dmypy.json

# --- IDE / editor ---
.idea/
.vscode/
*.swp
*.swo
*~

# --- OS ---
.DS_Store
Thumbs.db

# --- slimtest runtime output (when running against a project at the root) ---
target/
logs/
