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

# Build artefacts
build/
dist/
*.egg-info/
*.egg
wheels/

# Test / coverage / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Environments
.venv/
venv/
env/
ENV/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Docs build
docs/_build/
site/

# Local working documents, not part of the distributed package
LINKEDIN_POST.md
LINKEDIN_POST.docx
RELEASE_INSTRUCTIONS.md
