# Compiled source
*.pyc
*.pyd
*.so
*.o
__pycache__/

# Setuptools_scm version file
scooby/_version.py

# Build / dist artifacts
*.egg-info/
build/
dist/

# Testing / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*,cover

# Tooling caches
.ruff_cache/
.mypy_cache/
.tox/

# Virtual environments
.venv/
venv/

# uv
uv.lock

# Jupyter
**/.ipynb_checkpoints

# Editors / OS
.vscode/
.idea/
.DS_Store
*~
*.swp

# Project-local test detritus
tests/.coverage
tests/htmlcov/
tests/dummy_module/
test.bat
