From 76caafc580f0953645f60ced6be28d57dc7388dc Mon Sep 17 00:00:00 2001 From: douboer Date: Sat, 28 Mar 2026 16:50:06 +0800 Subject: [PATCH] update at 2026-03-28 16:50:06 --- .gitignore | 92 +++++++++++++++++++++++++++++++++++++----------------- runit.sh | 1 + 2 files changed, 65 insertions(+), 28 deletions(-) create mode 120000 runit.sh diff --git a/.gitignore b/.gitignore index 2de9ca2..ad256a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,72 @@ -# Build and Release Folders -bin-debug/ -bin-release/ -[Oo]bj/ -[Bb]in/ +# Python cache and bytecode +__pycache__/ +*.py[cod] +*$py.class -# Other files and folders -.settings/ +# Native extensions +*.so -node_modules/ -public/ -myenv/ +# Packaging +.Python +build/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +share/python-wheels/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual environments +.venv/ venv/ -package.json -package-lock.json +env/ +ENV/ +myenv/ +.python-version -# Executables -*.swf -*.air -*.ipa -*.apk +# Test, coverage, type check, lint caches +.coverage +.coverage.* +.hypothesis/ +.mypy_cache/ +.nox/ +.pyre/ +.pytest_cache/ +.ruff_cache/ +.tox/ +htmlcov/ +coverage.xml +nosetests.xml +*.cover +*.py,cover -# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` -# should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. +# Notebook +.ipynb_checkpoints/ -*.mov -*.mp4 +# Environment files +.env +.env.* +*.local + +# IDE and OS files +.DS_Store +.idea/ +.settings/ +.vscode/ + +# Project runtime files +images/ +output/ + +# Local certificates and keys cert/nginx/*.crt cert/nginx/*.key - -*.jpg -*.heic -*.jpeg -*.png - diff --git a/runit.sh b/runit.sh new file mode 120000 index 0000000..fa5b862 --- /dev/null +++ b/runit.sh @@ -0,0 +1 @@ +/Users/gavin/tools/runit.sh \ No newline at end of file