blogpost-fine-tasks / .gitignore
hynky's picture
hynky HF staff
tmp
cf03781
raw
history blame contribute delete
160 Bytes
# Python
__pycache__
*.py[cod]
*.so
.Python
env/
venv/
*.egg-info/
dist/
build/
*.egg
.idea/
.vscode/
*.swp
.DS_Store
# Node
node_modules/
*.log
*.env
*.cache