__pycache__/
*.py[cod]
*$py.class

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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
coverage.xml
htmlcov/

# Editor / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Credentials (never commit)
.pypirc
*.token
