update at 2026-03-28 16:50:06
This commit is contained in:
92
.gitignore
vendored
92
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user