# Build artifacts
build/__pycache__/
dist/
*.egg-info/
*.egg
wheels/
.pytest_cache/
.tox/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# IDE / editor
.vscode/
.idea/
*.swp
.DS_Store

# Credentials — NEVER commit these
.pypirc
*.token
*.key
*.pem
.env
.env.*
!.env.example

# Local data caches
.cache/
*.log

# Allow the bundled Parquet artifact (intentional!)
!src/uszipinfo/_data/*.parquet
