# Environment variables .env # Python cache and compiled files __pycache__/ *.pyc *.pyo *.pyd # Virtual environment folder .venv/ venv/ env/ # IDE configuration .vscode/ .idea/ # Generated output files *.csv *.txt # Streamlit configuration .streamlit/