# Secrets and local configuration
.env
.env.*
!.env.example

# Temporary and generated files
tmp/
temp/
*.tmp
*.log

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

# Node.js
node_modules/
.pnpm-store/
*.tsbuildinfo
.next/
dist/
build/
coverage/

# IDE and OS metadata
.idea/
.vscode/
.DS_Store
Thumbs.db
