# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
wheels/
.installed.cfg

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.ruff_cache/

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

# Local outputs (delete if you want to ship example results)
*.out.json
