Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
107 changes: 43 additions & 64 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,71 +1,50 @@
# Prerequisites
*.d
.idea/
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Executables
*.exe
*.out
*.app
*build
__pycache*/
doc/
/cmake-build-debug/
/cmake-build-debug/_deps/
/cmake-build-release/
/cmake-build-release/_deps/
benchmark/scripts/Downstream_Inference/bolt*
benchmark/torchscripts/
benchmark/torchscripts*
# Benchmark Results
benchmark/results/
benchmark/logs/
*.csv.bak
*.log

# PyTorch models (migrated to sageData)
*.pth
*.pt
*.onnx
# Datasets (managed via tools/data_manager.py)
datasets/
data/

# Large test data files (migrated to sageData)
test/torchscripts/VQ/*.txt
test/datasets/**/*.txt
# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Python build artifacts
dist/
*.egg
*.egg-info/
build/lib/
build/bdist*/
# OS
.DS_Store
Thumbs.db

# Benchmark results (should be in sageData or gitignored)
benchmark/scripts/**/results/
benchmark/figures/**/*.png
benchmark/figures/**/*.jpg
*.csv.bak
# Temporary files
*.tmp
*.bak

/.vscode
# Data symlinks (created by tools/setup_data.sh)
benchmark/models
benchmark/datasets
test/torchscripts/VQ/data
test/torchscripts/VQ/*.txt
# Refactoring artifacts
REFACTORING_PLAN.md
refactor_to_benchmark_only.sh
239 changes: 0 additions & 239 deletions CMakeLists.txt

This file was deleted.

Loading
Loading