# Byte-compiled / caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

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

# Coverage
.coverage
.coverage.*
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Local credentials for scripts/ (see .env.example)
.env
