# IDE and local editor settings
.vscode/
.idea/

# Build outputs
build/
cmake-build-*/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
DynamicCycle
*.o
*.obj
*.out
*.exe

# Experiment scripts and generated logs excluded from the public code snapshot
runshells/
*.log
nohup.out

# Local datasets and generated results
Result/

# OS and temporary files
.DS_Store
Thumbs.db
*.tmp
*.swp

# Codex / local agent metadata
.agents/
.codex/
