| # Virtual environment | |
| venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # OS files | |
| .DS_Store | |
| # Streamlit cache | |
| .streamlit/ | |
| # Environment/Secrets | |
| .env | |
| # Virtual environment | |
| venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # OS files | |
| .DS_Store | |
| # Streamlit cache | |
| .streamlit/ | |
| # Environment/Secrets | |
| .env | |