mrlyprod/.gitignoreRaw · GitHub .gitignore202 B · text · 29 lines 1# SECRETS2.env3*.env45# CLAUDE6.claude/78# OUTPUT9/data/10dist/11.cache/1213# RUST14target/1516# IDE17.vscode/1819# OS20.DS_Store2122# DEMOS23site/node_modules/24site/pkg/2526# PYTHON27.venv/28__pycache__/29.pytest_cache/