# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environments .venv venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Credentials and sensitive data credentials.json token.json client_secret*.json # Test and temporary files *.log *.tmp test_*.html liquipedia_page.html # Cache .cache/ *.cache # Environment variables .env .env.local # Backup files *.bak *.backup *_backup.py # Calendar ID specific files (if needed to keep private) # calendar_config.json