# Build outputs
build/
cmake-build-*/
out/
bin/
lib/
*.o
*.a
*.so
*.dylib

# LLVM/MLIR artifacts
*.ll
*.bc
*.s
*.ptx
*.cubin
*.hsaco

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
dist/
.eggs/
*.egg
venv/
.venv/
env/

# Java
target/
*.class
*.jar
*.war
*.hs_err_pid*

# Logs
*.log
logs/

# Secrets (NEVER commit these)
*.pem
*.key
*.crt
*.p12
secrets/
.env
.env.local

# Test artifacts
test-results/
coverage/

# Editor backups
*~
\#*\#

# Bazel
bazel-*

# Node (if dashboard uses React)
node_modules/
