# Python environments and caches
.venv/
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Build and test output
build/
dist/
*.egg-info/
.coverage
coverage.xml
htmlcov/

# Editors and operating systems
.idea/
.vscode/
.DS_Store

# Credentials, local configuration, and plaintext exports
.env
.env.*
!.env.example
*.csv
*.log
