/ .gitignore
.gitignore
1 *.pyc 2 *.pyo 3 __pycache__ 4 .anvil-data 5 .vscode 6 /venv/ 7 /build/* 8 */node_modules/ 9 /node_modules/ 10 .yarn 11 yarn.lock 12 yarn-error.log 13 .yarnrc.yml 14 .DS_Store
1 *.pyc 2 *.pyo 3 __pycache__ 4 .anvil-data 5 .vscode 6 /venv/ 7 /build/* 8 */node_modules/ 9 /node_modules/ 10 .yarn 11 yarn.lock 12 yarn-error.log 13 .yarnrc.yml 14 .DS_Store