# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# UV / virtual env
.venv/
.python-version

# Build output
dist/
build/

# Credentials and logs — never commit these
.env
kwtsms.log
*.log

# IDE
.vscode/
.idea/
