# --- IDE / OS Specific ---
.vs/
.vscode/
bin/
obj/
*.user
*.suo
*.sln.docstates
.DS_Store
Thumbs.db

# --- Node / Frontend (Drello.client) ---
node_modules/
Drello.client/node_modules/
dist/
Drello.client/dist/
build/
Drello.client/build/
npm-debug.log*
yarn-error.log*

# --- .NET Backend (Drello.Server) ---
Drello.Server/bin/
Drello.Server/obj/
Drello.Server/appsettings.Development.json

# --- Docker ---
# Only ignore if you have local-specific env files for docker
.env