Danialebrat's picture
Updating UI with all changes
c5188b7
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Data files (local storage)
data/configs/*.json
data/feedback/*.csv
data/experiments/*.json
data/users/*.csv
# Keep directory structure but ignore contents
!data/configs/.gitkeep
!data/feedback/.gitkeep
!data/experiments/.gitkeep
!data/users/.gitkeep
# Environment variables
.env
.env.local
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/secrets.toml
# Logs
*.log