mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
50 lines
472 B
Plaintext
50 lines
472 B
Plaintext
```
|
|
# Dependencies
|
|
node_modules/
|
|
target/
|
|
dist
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.env.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.git/modules/
|
|
*.sublime-workspace
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Tauri local/generated artifacts
|
|
src-tauri/data.sql
|
|
src-tauri/gen/
|
|
AGENTS.md
|
|
```
|