.DS_Store
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.python-version
venv/
.venv/

# Node
node_modules/
dist/
.parcel-cache/
.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Android/Gradle
.gradle/
local.properties
*.iml

# App data
data/
backups/
