# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Build / packaging artefacts
/build/
/dist/
*.egg-info/
.eggs/

# Virtual environments
/venv/
/.venv/
env/

# Test / tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
*.log

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

# Credentials and secrets -- never commit these
.env
.env.*
*.keytab

# Local scratch space
/scratch/
