Hugging8N / .gitignore
somratpro's picture
feat: add open-source files, fix critical bugs, rewrite README with Duplicate Space button
42a7d7b
raw
history blame contribute delete
259 Bytes
# Environment
.env
.env.local
.env.*.local
# n8n local data
.n8n/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.venv/
venv/
# Node
node_modules/
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo