mirror of
https://github.com/azaion/detections-semantic.git
synced 2026-04-22 05:26:38 +00:00
8e2ecf50fd
Made-with: Cursor
65 lines
630 B
Plaintext
65 lines
630 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.whl
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
.env.*
|
|
*.env.local
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.tox/
|
|
|
|
# React / Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.next/
|
|
out/
|
|
.nuxt/
|
|
.cache/
|
|
.parcel-cache/
|
|
.turbo/
|
|
*.tsbuildinfo
|
|
|
|
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
packages/
|
|
*.nupkg
|
|
project.lock.json
|
|
.vs/
|
|
TestResults/
|
|
BundleArtifacts/
|
|
PublishOutput/
|