wqd7001 / .gitignore
keanteng's picture
update
53a9f04
raw
history blame
246 Bytes
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Environment variables
.env
# Streamlit specific files
.streamlit/
# Model files
*.h5
# Logs
*.log
# Virtual environment
venv/
env/