mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 08:56:32 +00:00
Update .gitignore to include additional file types and directories for Python projects, enhancing environment management and build artifacts exclusion.
This commit is contained in:
+31
-7
@@ -1,11 +1,35 @@
|
||||
*.pyc
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Thumbs.db
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
*.o
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
*.whl
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
.env
|
||||
*.onnx
|
||||
*.trt
|
||||
*.engine
|
||||
.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/
|
||||
|
||||
Reference in New Issue
Block a user