# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
.ruff_cache/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints

# Environment
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db

# Next.js / Node UI
src/pystator/ui/.next/
src/pystator/ui/out/
src/pystator/ui/node_modules/
src/pystator/ui/.env*.local
src/pystator/ui/static/
src/pystator/ui/tsconfig.tsbuildinfo

# Local config (credentials); keep pystator.cfg.example tracked
pystator.cfg

# Docs build (MkDocs)
site/

# Local SQLite and temp
pystator.db
*.db
tmp/
*.log
