# Environment variables .env #.env.* # Ignore all runtime cache data (created at runtime, not code) cache/ # But DO track the cache manager Python code in the package !ETF_Portal/ETF_Portal/cache/*.py !ETF_Portal/ETF_Portal/cache/__init__.py # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Streamlit .streamlit/secrets.toml # Virtual Environment venv/ ENV/ env/ # IDE .idea/ .vscode/ *.swp *.swo # Logs *.log logs/ # Local development .env.local .env.*.local # System .DS_Store Thumbs.db #saved portfolio portfolios/*