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

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*/go
*/dist

# Python
*.pyc
*.pyo
*.pyd
*.pyz
*.pyw
**/__pycache__/

# General
.DS_Store
.vscode/
*.env

# Project specific
backend/data/**