# 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

# synthetic/generated CEP database (built by tools/build_cep_db.py)
src/cepx/data/*.sqlite

# CEP Aberto ODbL data (do not commit into this MIT repo)
dumps/
*.cepaberto_*.csv
/cities.csv
/states.csv
