# Build artifacts
build/
dist/
*.egg-info/
.eggs/

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

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Data / output files produced by fetch_data()
*.parquet
*.zip

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
