Files
ReinLoopTest/.gitignore

67 lines
801 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyd
*.so
*.egg
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Python environments and packaging
.venv/
venv/
env/
build/
dist/
*.whl
*.spec
# Node.js / Electron
node_modules/
coverage/
*.log
*.etl
# Environment files, credentials, and local configuration
.env
.env.*
!.env.example
*.lic
*.lic.*
*.key
*.pem
*.local
project.private.config.json
# Generated and downloaded data
data/
data_record/
ind_data/
model_config/
downloads/
ControlPanel/electron-sxs.txt
ControlPanel/identification_data_*
*.zip
*.tar.gz
*.dmg
*.app
installer/
# Editor and OS files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
Desktop.ini
# logs and runtime data
logs/
需求.md
toserver.md