# Sensitive information | |
.env | |
.env.* | |
!.env.example | |
# Node.js dependencies | |
node_modules/ | |
.pnpm-store/ | |
.npm/ | |
# Build outputs | |
dist/ | |
build/ | |
out/ | |
.next/ | |
# Log files | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
# Editor configurations | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
# OS specific files | |
.DS_Store | |
Thumbs.db | |
# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
venv/ | |
env/ | |
*.so | |
.Python | |
# Go | |
/go/ | |
*.exe | |
*.exe~ | |
*.dll | |
*.so | |
*.dylib | |
*.test | |
*.out | |
go.work | |
# Docker | |
.docker/ | |
# Hugging Face Space specific | |
.space/ | |
.cache/ | |