.gitignore
# Steve standing .gitignore node_modules/ .env* tmp/ *.log .DS_Store dist/ build/ .next/ # Python __pycache__/ *.pyc .venv/ venv/
.gitignore# Steve standing .gitignore node_modules/ .env* tmp/ *.log .DS_Store dist/ build/ .next/ # Python __pycache__/ *.pyc .venv/ venv/