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

# UV
.python-version-*

# Node.js
bridge/node_modules/
bridge/package-lock.json

# Credentials (NEVER commit)
credentials/
!credentials/.gitkeep

# Environment
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temp
tmp/
temp/

# Test / Coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# PyInstaller
*.spec.bak
*.manifest
scripts/vendor/

# Inno Setup output
Output/
