Files
hotschpotsh/.gitignore
2026-01-13 08:13:48 +01:00

18 lines
140 B
Plaintext

# Node.js
node_modules/
dist/
build/
.env
# Python
venv/
__pycache__/
*.pyc
# System
.DS_Store
Thumbs.db
# IDE
.vscode/