# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
.eggs/
dist/
build/

# NiceGUI
.nicegui/

# Local data / secrets
.env
.env.*
!.env.example
data/history.json
data/history/
data/users.json

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Logs / temp
*.log
.pytest_cache/
.mypy_cache/
.ruff_cache/
