# macOS and editors
.DS_Store
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/

# uv writes this when a uv command runs in the working tree. A library pins
# ranges in pyproject.toml and must resolve against whatever a user already
# has, so a committed lockfile here would describe one machine, not the
# project. Applications are the case that wants one.
uv.lock

# Credentials and local configuration
.env
.env.*
!.env.example

# Provider data and API response downloads
data/
downloads/
exports/
api_responses/
real_responses/
*.arrow
*.feather
*.parquet
