# OS and editor files
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/

# Runtime and tool caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/
dist/
build/

# Local secrets and environment files
.env
.env.*
!.env.example

# Logs and temporary files
*.log
tmp/
temp/
*.tmp
