Bläddra i källkod

Stop tracking .gitignore

kekezack 1 vecka sedan
förälder
incheckning
e62490811e
1 ändrade filer med 0 tillägg och 60 borttagningar
  1. 0 60
      .gitignore

+ 0 - 60
.gitignore

@@ -1,60 +0,0 @@
-# Python
-__pycache__/
-*.py[cod]
-*$py.class
-*.so
-*.egg
-*.egg-info/
-dist/
-build/
-*.whl
-
-# TypeScript
-lib/sam2/demo/
-
-
-# IDE
-.idea/
-.vscode/
-*.swp
-*.swo
-
-# OS
-.DS_Store
-Thumbs.db
-
-# Reference code & papers (do not upload)
-ref/
-tmp/
-
-# Weights & checkpoints
-*.pth
-*.pt
-*.ckpt
-*.onnx
-
-# Logs & outputs
-*.log
-outputs/
-results/
-runs/
-lightning_logs/
-swanlog/
-
-# Jupyter
-.ipynb_checkpoints/
-
-# Environment
-.env
-.venv/
-venv/
-
-# Data and generated documentation
-/data/
-cache/
-docs/
-!lib/data/
-
-# Codex and .gitignore
-.codex
-.gitignore