# 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 MANIFEST # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log logs/ # Database *.db *.sqlite *.sqlite3 # Temporary files temp/ tmp/ # Uploads uploads/ # Streamlit .streamlit/ # UV .venv/ venv/ ENV/ # Package files *.tar.gz *.whl # Test coverage .coverage htmlcov/ .pytest_cache/ # Jupyter .ipynb_checkpoints # Documentation _site/ .sass-cache/ .jekyll-metadata