# Environment variables (contains API keys)
.env

# Error log
errors.json

# Generated tips (can be regenerated)
tips/

# Cached remote data (URL fetches)
cache-data/

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

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

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