# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# Test / tooling
.tox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# IDE / OS
.idea/
.vscode/
.DS_Store

# Secrets and local artefacts
.env
tmp/

# Notebook outputs
.ipynb_checkpoints/
*.png
