AIPI503_Final / .gitignore
averye-duke's picture
Push streamlit app to hugging face
e002dc4
raw
history blame
160 Bytes
# virtual environments
venv/
.venv/
# python cache
__pycache__/
# log info and local stuff
*.log
.DS_Store
.idea/
.vscode/
# Environment & secrets
.env
env/