# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets / local state
.env
state.json

# Runtime outputs
pokemon_data.json
pokemon_data.csv
pokemon_data_raw.json
last_pokemon_data.json
screenshot.png

