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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# csvtidy scratch / generated output
.csvtidy-tmp/
*.clean.csv
combined.csv
customers.clean.csv

# OS / editor
.DS_Store
.idea/
.vscode/
