# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Build artifacts (dist/ — artefacts published to PyPI, not in repo)
build/
dist/
htmlcov/
.coverage
.coverage.*

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
