# Python
__pycache__/
*.pyc
*.pyo
.venv/

# Secrets
api_keys.json

# Installer build artifacts
installer/build/
installer/build_mac_release.ps1
dist/

# User data (created at runtime)
vector_store/
*.db
*.sqlite

# Backups
*.bak*    

# Old Streamlit app (replaced by NiceGUI in v3.0.0)
app.py
.streamlit/