# Python
__pycache__/
*.py[cod]
.venv/

# Build source credentials
.env

# Packaging
build/
dist/
*.egg-info/

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

# Databases, downloaded at build time; the reference and label tables are committed
src/whereip/data/whereip.bin
src/whereip-metro/whereip_metro/data/metro.bin
src/whereip-network/whereip_network/data/network.bin

# Builder output, written beside the path it is given
/whereip.bin
/network.bin
/metro.bin
/metro-labels.tsv

# Claude AI
CLAUDE.md
