update at 2026-03-28 16:50:06

This commit is contained in:
douboer
2026-03-28 16:50:06 +08:00
parent a1b0d6731c
commit 76caafc580
2 changed files with 65 additions and 28 deletions

92
.gitignore vendored
View File

@@ -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

1
runit.sh Symbolic link
View File

@@ -0,0 +1 @@
/Users/gavin/tools/runit.sh