# Dependencies
node_modules/
vendor/

# Runtime cache
__pycache__/
*.pyc
.venv/
venv/

# Framework cache
.next/
.nuxt/
.output/
.cache/
.parcel-cache/
.turbo/
bootstrap/cache/
storage/framework/cache/
storage/framework/sessions/
storage/framework/views/

# Package manager cache
.yarn/
.pnp.*
.npm/

# IDE / Editor (never commit credentials, e.g. .vscode/sftp.json)
/.idea/
/.vscode/
*.sublime-workspace
*.sublime-project
/nbproject/
.vs/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Binaries / compiled
*.o
*.a
*.so
*.dylib
*.wasm
*.class
