← back to Polymtrx Skill

.gitignore

16 lines

# Steve standing .gitignore
node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/

# Python
__pycache__/
*.pyc
.venv/
venv/