# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environment venv/ env/ .venv/ .env/ ENV/ .env.bak/ *.env __pycache__ # VS Code .vscode/ .history/ # PyCharm .idea/ # Jupyter Notebook .ipynb_checkpoints/ # Logs *.log # Mac OS files .DS_Store # Streamlit Cache (Optional) streamlit_cache/