# Environment variables and credentials .env .streamlit/secrets.toml # Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ ENV/ env/ # Data files that might be generated by the app *.csv *.json csv/ results/ # System files .DS_Store Thumbs.db .ipynb_checkpoints