mirror of
https://github.com/azaion/detections.git
synced 2026-04-23 06:06:31 +00:00
36 lines
324 B
Plaintext
36 lines
324 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/
|