# General directories and files
/xcache
cache/
dist/
rendered/
temp/
*.log
*.retry
coverage/

# Environment files and directories
.env*
config/*.secret

# Node.js related
node_modules/
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock


# Vite and Vitepress
.vitepress/dist
.vitepress/cache
dist/ # Vite build output

# Package Publishing
.publish/

# Wireguard/Tunnels
wire.*

# Debugging
.ts-node
.eslintcache
*.log
chrome_debug.log
heap*

# Terraform
**/.terraform/
*.tfstate
*.tfstate.*

# Ansible/Python
.venv/
**/__pycache__/
*.py[cod] # Compiled python files
/___*.yml

# IDEs and editors
/.idea/
*.sublime-workspace
*.sublime-project

# Operating System generated files
Thumbs.db
ehthumbs.db
Desktop.ini
