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

# venv / uv
.venv/

# tooling caches
.ruff_cache/
.pytest_cache/
.ty_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# CEP Aberto data pipeline artifacts (regenerated by `make data`): the dumps,
# the reference tables, and the built database are all fetched/built, never
# committed (they are ODbL data — see NOTICE).
dumps/
*.cepaberto_*.csv
/cities.csv
/states.csv
src/cepx_data/data/*.sqlite
