# Secrets and tokens
cognito_tokens.json
*.token
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
*.egg-info/
dist/
build/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Downloaded images
*.jpg
*.jpeg
*.png
*.gif

# Local files
uv.lock
