# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
*.so

# CUDA
*.fatbin
*.cubin

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Edge evaluation output
*-eval/
*-eval-*/
*-eval-gpu/

# Benchmark and test artifacts
benchmark_*.py
test_*.py
single_img_benchmark.py
run_hed_benchmark.py
generate_chart.py
*.json
*.npy
*.html
gpu_eval_precise.py

# Compiled libraries (keep source .cu and .cc, ignore local builds)
cxx/lib/*.so
cxx/cxx
cxx/lib/lib
gpu_eval/auction_cuda.so

# Environment
.env
.venv/
venv/
