# Python bytecode and build artifacts
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/

# Data and cache
output/
dados/
*.parquet

# Local config
config.yaml

# Notebooks
.ipynb_checkpoints/

# Operating system
.DS_Store
Thumbs.db
*.swp

# IDE/editor
.idea/
.vscode/

# Tests and benchmarks
benchmarks/
tests/__pycache__/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# MkDocs build output
site/

# Assets fetched from design-system in CI
docs/assets/climasus.css
docs/assets/logo.png
