# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
.env
.env.*
!.env.example

# Packaging / test / type
build/
dist/
wheels/
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml
.tox/
.nox/
.hypothesis/

# Tooling / OS
.DS_Store
.idea/
.vscode/
*.swp

# Release digests (generated locally; CI uploads as artifacts)
/artifacts/
*.sha256
