# Secrets
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
dist/
build/
*.whl

# Node
node_modules/
.svelte-kit/
.vite/
.turbo/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/

# Rust / Tauri
target/
Cargo.lock
client/src-tauri/gen/

# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~

# Build artifacts
*.tar.zst
*.zst
*.7z
*.tmp
*.patch
*.sig
*.dlt

# Local data / cache (should never be in repo)
data/
cache/
tmp/
games/
mist-data/

# Logs
*.log
logs/

# Docker
docker-compose.override.yml
