# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
*.egg

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# .NET
bin/
obj/
*.user
*.suo
*.cache
*.dll
*.pdb
*.exe

# IDE
.vs/
.vscode/
.idea/
*.sln

# Logs
logs/
*.log
error.log

# Environment
.env
.env.local
.env.*.local

# Database (keep structure, ignore data)
*.db
*.sqlite
*.sqlite3

# Private keys
*.pem
private_key.*

# Build outputs
dist/
build/
out/

# OS
.DS_Store
Thumbs.db

# Qoder
.qoder/
