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

# Virtual Environments
.venv/
venv/
ENV/
env/
.env

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store

# NiceGUI
.nicegui/

# Database
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Build artifacts
dist/
build/
*.whl

# Logs
*.log

# OS
Thumbs.db
.DS_Store

# Temporary files
*.tmp
*.bak

# Development scripts (not part of package)
scripts/
tests/

# Local env backups
.env.backup

# Environment variables (keep .env.example)
.env
!.env.example
