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 # Python cache and bytecode
bin-debug/ __pycache__/
bin-release/ *.py[cod]
[Oo]bj/ *$py.class
[Bb]in/
# Other files and folders # Native extensions
.settings/ *.so
node_modules/ # Packaging
public/ .Python
myenv/ build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
share/python-wheels/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
venv/ venv/
package.json env/
package-lock.json ENV/
myenv/
.python-version
# Executables # Test, coverage, type check, lint caches
*.swf .coverage
*.air .coverage.*
*.ipa .hypothesis/
*.apk .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` # Notebook
# should NOT be excluded as they contain compiler settings and other important .ipynb_checkpoints/
# information for Eclipse / Flash Builder.
*.mov # Environment files
*.mp4 .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/*.crt
cert/nginx/*.key cert/nginx/*.key
*.jpg
*.heic
*.jpeg
*.png

1
runit.sh Symbolic link
View File

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