# Exclude Python files
*.py
*.pyc
__pycache__/
*.pyo
*.pyd

# Keep only UI files
!README.md

# Exclude build artifacts
*.egg-info/
dist/
build/

# Exclude environment
.env
*.db
