# Cache files (fetched from APIs) data/cache_*.json data/indicators.json # Python __pycache__/ *.py[cod] *.egg-info/ # OS .DS_Store Thumbs.db # IDEs .vscode/ .idea/ *.swp *.swo # Environment .env .env.*