streamlit / .gitignore
09van's picture
Upload 4 files
c43864f verified
raw
history blame contribute delete
281 Bytes
# Environment variables
.env
# Python cache and compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environment folder
.venv/
venv/
env/
# IDE configuration
.vscode/
.idea/
# Generated output files
*.csv
*.txt
# Streamlit configuration
.streamlit/