mirror of
https://github.com/azaion/detections-semantic.git
synced 2026-04-22 09:06:37 +00:00
Initial commit
Made-with: Cursor
This commit is contained in:
+64
@@ -0,0 +1,64 @@
|
||||
.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/
|
||||
Reference in New Issue
Block a user