# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Linting / testing
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
.tox/

# macOS
.DS_Store
._*

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Local scratch caves someone might create inside this repo while testing.
# Adapt/remove if you actually want to ship an example cave in the repo.
/testcave/
/scratch/
