# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyc
*pycache
*.so
*.pyo
*.pyd

# Virtual environments
.env/
.venv/
env/
venv/

# Distribution / packaging
*.egg-info/
dist/
build/

# OS files
.DS_Store

# Streamlit
.streamlit/
**/.streamlit/

# Lock files (optional, if not needed)
uv.lock

# Data files
*.csv
